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

Fix some typos

parent 13779011
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,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 docs/inventory_cloud.yaml --vault-password-file /tmp/vault -e node_prefix=ci-$CI_JOB_ID
ANSIBLE_ARGS: -i .ci-vault -i docs/inventory-cloud.yaml --vault-password-file /tmp/vault -e node_prefix=ci-$CI_JOB_ID
upload:
stage: test
......@@ -57,6 +57,6 @@ test-cluster:
- debian12
script:
- ansible-playbook $ANSIBLE_ARGS ansible/deploy.yaml -e cloud_provider=$PROVIDER -e image=$IMAGE
- ansible-playbook $ANSIBLE_ARGS ansible/test_podinfo.yaml
- ansible-playbook $ANSIBLE_ARGS ansible/test_podinfo.yaml -e cloud_provider=$PROVIDER -e image=$IMAGE
after_script:
- ansible-playbook $ANSIBLE_ARGS ansible/cleanup.yaml
- ansible-playbook $ANSIBLE_ARGS ansible/cleanup.yaml -e cloud_provider=$PROVIDER -e image=$IMAGE
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