File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ steps:
524
524
pull : always
525
525
image : techknowlogick/xgo:go-1.15.x
526
526
commands :
527
- - curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt -y install nodejs
527
+ - curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt -y install nodejs bsdtar\|libarchive-tools
528
528
- export PATH=$PATH:$GOPATH/bin
529
529
- make release
530
530
environment :
@@ -620,7 +620,7 @@ steps:
620
620
pull : always
621
621
image : techknowlogick/xgo:go-1.15.x
622
622
commands :
623
- - curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt -y install nodejs
623
+ - curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt -y install nodejs bsdtar\|libarchive-tools
624
624
- export PATH=$PATH:$GOPATH/bin
625
625
- make release
626
626
environment :
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ audit=false
2
2
fund = false
3
3
package-lock = true
4
4
save-exact = true
5
+ cache = .npm-cache
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ release-compress: | $(DIST_DIRS)
617
617
.PHONY : release-sources
618
618
release-sources : | $(DIST_DIRS ) npm-cache
619
619
echo $(VERSION ) > $(STORED_VERSION_FILE )
620
- tar --exclude=./$(DIST ) --exclude=./.git --exclude=./$(MAKE_EVIDENCE_DIR ) --exclude=./ node_modules --exclude=./$(AIR_TMP_DIR ) -czf $(DIST ) /release/gitea-src-$(VERSION ) .tar.gz .
620
+ bsdtar --exclude=^ ./$(DIST ) --exclude=^ ./.git --exclude=^ ./$(MAKE_EVIDENCE_DIR ) --exclude=node_modules --exclude=^ ./$(AIR_TMP_DIR ) -czf $(DIST ) /release/gitea-src-$(VERSION ) .tar.gz .
621
621
rm -f $(STORED_VERSION_FILE )
622
622
623
623
.PHONY : release-docs
You can’t perform that action at this time.
0 commit comments