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

Fix the CI script

parent 7201ee3b
No related branches found
No related tags found
1 merge request!13refactor(#5): roles
Checking pipeline status
......@@ -33,7 +33,7 @@ compile:
variables:
# The ansible vault only contains secret variables, cluster config itself
# is set from the documentation inventory
ANSIBLE_ARGS: -i ../.ci-vault -i inventories/sample-cloud.yaml --vault-password-file /tmp/vault -e node_prefix=ci-$CI_JOB_ID
ANSIBLE_ARGS: -i ../.ci-vault -i inventories/sample-cloud.yaml --vault-password-file /tmp/vault -e $PROVIDER.prefix=ci-$CI_JOB_ID
upload:
stage: test
......
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