Skip to content

Commit

Permalink
#163: Replace default payara user
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 14, 2021
1 parent 585afbf commit ec72663
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
run: mv icat-ansible/vault.yml icat-ansible/group_vars/all
- name: Debug group_vars/all ls
run: ls -l icat-ansible/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'
- 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'
- name: Run ICAT Ansible Playbook (cmd line)
run: |
Expand Down Expand Up @@ -93,6 +93,9 @@ jobs:
run: |
pwd
ls -la
- name: Debug if icat is running
run: curl -k https://localhost.localdomain:8181/icat/version
- name:
- name: Install Nox
run: pip install nox==2020.8.22
- name: Install Poetry
Expand Down

0 comments on commit ec72663

Please sign in to comment.