Skip to content
Snippets Groups Projects
Verified Commit 92e6ffb3 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix call to ci-bootstrap.py in .gitlab-ci.yaml

parent 89ff4ba9
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ bootstrap:
- cd test/
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- ANSIBLE_HOST_KEY_CHECKING=False python3 -u ./ci-bootstrap.py --create-droplet --skip-tags helmfile
- ANSIBLE_HOST_KEY_CHECKING=False python3 -u ./ci-bootstrap.py --create-droplet --ansible-param skip-tags=helmfile
cache:
key: "$CI_PIPELINE_ID"
paths:
......
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