Skip to content

Commit

Permalink
Merge pull request #133 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
update the self-hosted runner's hooks to cleanup the quay oauth token
  • Loading branch information
k-rister authored Aug 8, 2024
2 parents 7242c97 + ac8d515 commit f2d634f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo podman system reset --force

echo "Cleaning up registry authorization tokens..."
sudo find /root -name 'crucible-*-engines-token.json' -print -delete
sudo find /root -name 'quay-oauth.token' -print -delete
echo "...cleanup complete"

# cleanup the workspace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sudo podman system reset --force

echo "Cleaning up registry authorization tokens..."
sudo find /root -name 'crucible-*-engines-token.json' -print -delete
sudo find /root -name 'quay-oauth.token' -print -delete
echo "...cleanup complete"

# cleanup the workspace
Expand Down

0 comments on commit f2d634f

Please sign in to comment.