mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-17 19:13:58 -04:00
clean up asset folder with git clean command instead of hard deletion
This commit is contained in:
@@ -31,5 +31,5 @@ ci-node-generate: pull-assets
|
||||
|
||||
.PHONY: pull-assets
|
||||
pull-assets:
|
||||
@rm -Rf assets && mkdir assets/ && curl -slL -o- https://github.com/owncloud/graph-explorer/releases/download/v1.7.10.3/release.tar.gz | tar xvzf - -C assets/
|
||||
|
||||
@git clean -xfd assets
|
||||
@curl -slL -o- https://github.com/owncloud/graph-explorer/releases/download/v1.7.10.3/release.tar.gz | tar xvzf - -C assets/
|
||||
|
||||
@@ -28,5 +28,4 @@ ci-go-generate: # CI runs ci-node-generate automatically before this target
|
||||
@go generate ./...
|
||||
|
||||
.PHONY: ci-node-generate
|
||||
ci-node-generate:
|
||||
@make -C ../accounts ci-node-generate
|
||||
ci-node-generate:
|
||||
|
||||
@@ -33,4 +33,5 @@ WEB_ASSETS_VERSION = v4.4.0
|
||||
|
||||
.PHONY: pull-assets
|
||||
pull-assets:
|
||||
@rm -Rf assets && mkdir assets/ && curl -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/web.tar.gz | tar xzf - -C assets/
|
||||
@git clean -xfd assets
|
||||
@curl -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/web.tar.gz | tar xzf - -C assets/
|
||||
|
||||
Reference in New Issue
Block a user