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

fix: use correct Vault password

parent 4b4b91cb
Branches
No related tags found
1 merge request!1Feature: GitLab-CI
...@@ -47,8 +47,8 @@ test-job: # This job runs in the test stage. ...@@ -47,8 +47,8 @@ test-job: # This job runs in the test stage.
script: script:
# make sure that Ansible Vaults are present and can be decrypted # make sure that Ansible Vaults are present and can be decrypted
# - sudo chown -R lza /builds/sachse/ # - sudo chown -R lza /builds/sachse/
- echo "${VAULT_INSTALL_COMMON}" > ./lza_install_common.pass - echo "${VAULT_LZA_PROXY}" > ./lza_proxy.pass
- export ANSIBLE_VAULT_PASSWORD_FILE=./lza_install_common.pass - export ANSIBLE_VAULT_PASSWORD_FILE=./lza_proxy.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/
# - sudo chmod o-w "${CI_PROJECT_DIR}" # - 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