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

fix: set correct path for Ansible Vault password file

parent fa770078
Branches
No related tags found
No related merge requests found
Pipeline #6610 failed
......@@ -23,10 +23,10 @@ test-job:
script:
# make sure that Ansible Vaults are present and can be decrypted
- echo "${VAULT_VALIDATORS}" > ../lza_validators.pass
- export ANSIBLE_VAULT_IDENTITY_LIST="../../../lza_validators.pass"
- export ANSIBLE_VAULT_IDENTITY_LIST="../lza_validators.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/;
- for FILE in $( find / -name "lza_validators.pass" ); do ls -l $FILE; done
# - for FILE in $( find /home/gitlab-runner/builds/ -name "lza_validators.pass" ); do ls -l $FILE; done
# run Molecule tests
- molecule syntax --scenario-name default
# We cannot use `molecule lint` anymore because:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment