Skip to content

Commit

Permalink
🐛 Update actions to remove sudo command - deploy fix
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Shana Moore committed Apr 25, 2024
1 parent c2d91e3 commit 4f59e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f59e0b

Please sign in to comment.