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

fix: set correct path to Vault password file

parent 49bcde73
No related branches found
No related tags found
1 merge request!1Feature: GitLab-CI
......@@ -47,8 +47,8 @@ test-job: # This job runs in the test stage.
script:
# make sure that Ansible Vaults are present and can be decrypted
# - sudo chown -R lza /builds/sachse/
- echo "${VAULT_LZA_PROXY}" > ./lza_proxy.pass
- export ANSIBLE_VAULT_PASSWORD_FILE=./lza_proxy.pass
- echo "${VAULT_LZA_PROXY}" > ../lza_proxy.pass
- export ANSIBLE_VAULT_PASSWORD_FILE=../lza_proxy.pass
- 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/
# - sudo chmod o-w "${CI_PROJECT_DIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment