Check out depth of 1 when deploying
This commit is contained in:
parent
699ab71f21
commit
4f14d50f5d
2
Makefile
2
Makefile
@ -120,7 +120,7 @@ postrelease:
|
|||||||
|
|
||||||
.PHONY: deploy
|
.PHONY: deploy
|
||||||
deploy:
|
deploy:
|
||||||
git clone --branch v$(VERSION) git@github.com:conversejs/converse.js.git $(VERSION)
|
git clone --branch --depth 1 v$(VERSION) git@github.com:conversejs/converse.js.git $(VERSION)
|
||||||
cd $(VERSION) && make node && ASSET_PATH=https://cdn.conversejs.org/$(VERSION)/dist/ make dist && make doc
|
cd $(VERSION) && make node && ASSET_PATH=https://cdn.conversejs.org/$(VERSION)/dist/ make dist && make doc
|
||||||
cd .. && git pull && make node && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist && make doc
|
cd .. && git pull && make node && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist && make doc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user