Skip to content
Snippets Groups Projects
Commit 15ae5905 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: syntax for .gitlab-ci.yml (missing quotation mark)

parent 664fad08
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ test-job: ...@@ -21,7 +21,7 @@ test-job:
# make sure that Ansible Vaults are present and can be decrypted # make sure that Ansible Vaults are present and can be decrypted
- echo "${VAULT_REPORTING}" > ../lza_reporting.pass - echo "${VAULT_REPORTING}" > ../lza_reporting.pass
- echo "${VAULT_INSTALL_COMMON}" > ../lza_install_common.pass - echo "${VAULT_INSTALL_COMMON}" > ../lza_install_common.pass
- export ANSIBLE_VAULT_PASSWORD_FILE="../lza_reporting.pass, ../lza_install_common.pass - export ANSIBLE_VAULT_PASSWORD_FILE="../lza_reporting.pass, ../lza_install_common.pass"
- rm -rf ../ansible_vaults/ - rm -rf ../ansible_vaults/
- git clone https://gitlab+deploy-token-25:${VAULT_ACCESS_TOKEN}@git.slub-dresden.de/slub-referat-2-3/ansible_vaults.git ../ansible_vaults/; \ - git clone https://gitlab+deploy-token-25:${VAULT_ACCESS_TOKEN}@git.slub-dresden.de/slub-referat-2-3/ansible_vaults.git ../ansible_vaults/; \
# run Molecule tests # run Molecule tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment