From 63c1fda4e15a984bd294ffe844781621b09128e3 Mon Sep 17 00:00:00 2001 From: Angel Borroy Date: Mon, 19 Aug 2024 16:54:12 +0200 Subject: [PATCH] Fix working directory --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 086c1c8..ef86e1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: steps: - name: Checkout the repository uses: actions/checkout@v3 - with: - path: /home/ubuntu - name: Run Alfresco Installer Script run: | @@ -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" \ No newline at end of file