Skip to content

Commit

Permalink
Fix the clean script
Browse files Browse the repository at this point in the history
🤦
  • Loading branch information
nhooyr committed Oct 7, 2020
1 parent 3e28ab8 commit febf4ea
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions ci/build/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@ main() {
cd "$(dirname "${0}")/../.."
source ./ci/lib.sh

rm -rf \
out \
release \
release-standalone \
release-packages \
release-gcp \
release-images \
dist \
.cache \
node-* \
.home \
lib/coder-cloud-agent
git clean -Xffd

pushd lib/vscode
git clean -xffd
Expand Down

0 comments on commit febf4ea

Please sign in to comment.