Skip to content

Commit

Permalink
Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aborroy committed Aug 19, 2024
1 parent fb7071f commit 63c1fda
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v3
with:
path: /home/ubuntu

- name: Run Alfresco Installer Script
run: |
Expand All @@ -30,10 +28,7 @@ jobs:
sudo -u ubuntu bash scripts/08-install_transform.sh
sudo -u ubuntu bash scripts/09-build_aca.sh
sudo -u ubuntu bash scripts/10-install_nginx.sh
working-directory: /home/ubuntu
- name: Verify Alfresco Installation as ubuntu user
run: |
sudo -u ubuntu bash -c "systemctl status alfresco"
working-directory: /home/ubuntu/repo

sudo -u ubuntu bash -c "systemctl status alfresco"

0 comments on commit 63c1fda

Please sign in to comment.