From ec7266360c24e3d0c0d77778a1c3b9da7e7044f3 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Wed, 13 Jan 2021 12:10:04 +0000 Subject: [PATCH] #163: Replace default payara user --- .github/workflows/ci-build.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5e3332f2..a1f80ad9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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: | @@ -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