Skip to content
Snippets Groups Projects
Commit 13779011 authored by kaiyou's avatar kaiyou
Browse files

Fix CI syntax

parent bca729ce
No related branches found
No related tags found
No related merge requests found
Pipeline #29272 failed
...@@ -35,13 +35,17 @@ compile: ...@@ -35,13 +35,17 @@ compile:
upload: upload:
stage: test stage: test
needs:
- compile
<<: *ansible-job <<: *ansible-job
script: script:
- ansible $ANSIBLE_ARGS -m include_tasks -a file=ansible/ciupload.yaml localhost - ansible $ANSIBLE_ARGS -m include_tasks -a file=ansible/ciupload.yaml localhost
test-cluster: test-cluster:
stage: test stage: test
needs: upload needs:
- upload
dependencies: []
<<: *ansible-job <<: *ansible-job
parallel: parallel:
matrix: matrix:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment