Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Clean working and target dirs to prevent stale files
Browse files Browse the repository at this point in the history
  • Loading branch information
mctofu authored Aug 19, 2021
1 parent 5aeb4e0 commit 4df06ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/extract
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

(cd extract && go run .) && rsync -rcv extract/out/github.com/dependabot/gomodules-extracted/* .
(cd extract && rm -rf ./out && go run .) && rm -rf ./_internal_ ./cmd && rsync -rcv extract/out/github.com/dependabot/gomodules-extracted/* .

curl -sL https://raw.githubusercontent.com/golang/go/master/LICENSE | tee _internal_/LICENSE > cmd/LICENSE
git add _internal_ cmd
Expand Down

0 comments on commit 4df06ac

Please sign in to comment.