mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 17:53:23 +02:00
removed unused .gitmodule
This commit is contained in:
parent
d64bcdb51d
commit
06dfc269f7
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "vendor/src/github.com/GeertJohan/go.rice"]
|
||||
path = vendor/src/github.com/GeertJohan/go.rice
|
||||
url = https://github.com/GeertJohan/go.rice.git
|
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user