Skip to content

Commit

Permalink
#163: Make path explict
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 7, 2021
1 parent cdf2b1c commit 1e7a9ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
run: echo -e "[hosts-all]\nlocalhost.localdomain ansible_connection=local" > hosts
- name: Prepare vault pass
run: echo -e "icattravispw" > vault_pass.txt
- name: Debug pwd
run: pwd
- name: Move vault to directory it'll get detected by Ansible
run: mv vault.yml icat-ansible/group_vars/all
run: mv ./vault.yml ./group_vars/all
- name: Replace default payara user with Actions user
run: |
'sed -i -e "s/^payara_user: \"glassfish\"/payara_user: \"runner\"/" icat-ansible/group_vars/all/vars.yml'
Expand Down

0 comments on commit 1e7a9ce

Please sign in to comment.