Merge pull request #3496 from dokku/cleanup-plugins

Cleanup glide plugins when running src-clean
This commit is contained in:
Jose Diaz-Gonzalez
2019-04-16 21:34:26 -04:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ clean:
rm -rf commands subcommands triggers install post-delete post-extract report
src-clean:
rm -rf .gitignore src triggers vendor Makefile *.go
rm -rf .gitignore src triggers vendor Makefile *.go glide.*
triggers: $(TRIGGERS)

View File

@@ -25,4 +25,4 @@ clean:
rm -rf commands subcommands
src-clean:
rm -rf .gitignore src triggers vendor Makefile *.go
rm -rf .gitignore src triggers vendor Makefile *.go glide.*

View File

@@ -26,7 +26,7 @@ clean:
rm -rf commands subcommands triggers network-* install post-app-clone-setup post-create post-delete report
src-clean:
rm -rf .gitignore src triggers vendor Makefile *.go
rm -rf .gitignore src triggers vendor Makefile *.go glide.*
triggers: $(TRIGGERS)

View File

@@ -25,4 +25,4 @@ clean:
rm -rf commands subcommands
src-clean:
rm -rf .gitignore src triggers vendor Makefile *.go
rm -rf .gitignore src triggers vendor Makefile *.go glide.*

View File

@@ -26,7 +26,7 @@ clean:
rm -rf commands subcommands triggers docker-args-process-deploy docker-args-process-run install post-delete report resource-get-property
src-clean:
rm -rf .gitignore src triggers vendor Makefile *.go
rm -rf .gitignore src triggers vendor Makefile *.go glide.*
triggers: $(TRIGGERS)