From 4f59e0bd34ee0d1f5cd4e9c669830f8afc4f4d63 Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Thu, 25 Apr 2024 15:37:08 -0700 Subject: [PATCH 1/2] :bug: Update actions to remove sudo command - deploy fix This was causing an error when deploying pals. "Run sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY" /__w/_temp/f7307c65-f24c-404d-a4a2-8e327e69ce19.sh: line 1: sudo: command not found" ref: - https://github.com/scientist-softserv/palni-palci/actions/runs/8840191966/job/24275038076 - https://github.com/scientist-softserv/actions/compare/remove-sudo-from-setup-env?expand=1 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bf009894e..5c1d702eb 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,5 +20,5 @@ on: jobs: deploy: - uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.21 + uses: scientist-softserv/actions/.github/workflows/deploy.yaml@remove-sudo-from-setup-env secrets: inherit From be8268a0fb5d45c2315a3a27ec02333a32406b31 Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Fri, 26 Apr 2024 07:54:35 -0700 Subject: [PATCH 2/2] revert changes to deploy.yaml --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5c1d702eb..3c1debd33 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,5 +20,5 @@ on: jobs: deploy: - uses: scientist-softserv/actions/.github/workflows/deploy.yaml@remove-sudo-from-setup-env + uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.15 secrets: inherit