Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_validators
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_lza_validators
Commits
a6cf6909
Commit
a6cf6909
authored
10 months ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
fix: set correct path for Ansible Vault password file
parent
fa770078
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6610
failed
10 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
a6cf6909
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment