Skip to content

Commit

Permalink
DevOps: cleanup old artifact on self-hosted runners #4909
Browse files Browse the repository at this point in the history
  • Loading branch information
algojack authored Dec 15, 2022
1 parent 9c72c4e commit 8cb6779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ commands:
- run:
working_directory: /tmp
command: |
sudo rm -rf ${HOME}/node_pkg/*
sudo rm -rf << parameters.build_dir >>
sudo mkdir -p << parameters.build_dir >>
sudo chown -R $USER:$GROUP << parameters.build_dir >>
Expand Down

0 comments on commit 8cb6779

Please sign in to comment.