Skip to content

Commit

Permalink
fix(IDX): unset runner permissions (#3264)
Browse files Browse the repository at this point in the history
It does not appear that we need this anymore.
  • Loading branch information
cgundy authored and daniel-wong-dfinity-org committed Jan 7, 2025
1 parent 9a1cd36 commit 75db1b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/bazel-test-all/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ runs:
run: |
set +e # manual error handling to ensure we can run some post-build commands
# temporarily set permissions again until we can figure out issue
if [ -e /cache ]; then
sudo chown -RL 1001:1001 /cache
fi
if [ -n "$SSH_PRIVATE_KEY" ]; then
# The following adds the SSH private key to the ssh-agent such that CI can SSH into the backup pod.
test -z "${SSH_AUTH_SOCK:-}" && { eval "$(ssh-agent -s)"; ssh-add - <<< "${SSH_PRIVATE_KEY}"; }
Expand Down

0 comments on commit 75db1b8

Please sign in to comment.