mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 23:49:43 +00:00
removed unused .gitmodule
This commit is contained in:
7
Makefile
7
Makefile
@@ -16,11 +16,14 @@ test:
|
||||
go test -cover -short ./...
|
||||
|
||||
clean:
|
||||
@find ./ -name '*.out' | xargs rm # remove go coverage output
|
||||
@find ./ -name '*.sqlite' | xargs rm # remove sqlite databases
|
||||
@find ./ -name '*.out' | xargs rm # remove go coverage output
|
||||
@find ./ -name '*.sqlite' | xargs rm # remove sqlite databases
|
||||
@find ./ -name '*.rice-box.go' | xargs rm
|
||||
rm -rf debian/drone/usr/local/bin/drone
|
||||
rm -rf debian/drone/usr/local/bin/droned
|
||||
rm -rf debian/drone.deb
|
||||
rm server/server
|
||||
rm client/client
|
||||
|
||||
#cd cmd/droned/static && rice clean
|
||||
#cd cmd/droned/template && rice clean
|
||||
|
Reference in New Issue
Block a user