Browse Source

fix: wercker (3)

pull/235/head
Nicolas Giard 7 years ago
committed by GitHub
parent
commit
5bebd640b9
1 changed files with 2 additions and 2 deletions
  1. 4
      wercker.yml

4
wercker.yml

@ -76,8 +76,8 @@ deploy-github:
- script:
name: package
code: |
tar -chzvf wiki-js.tar.gz assets server config.sample.yml package.json wiki.js LICENSE
tar -chzvf node_modules.tar.gz node_modules
tar -chzf wiki-js.tar.gz assets server config.sample.yml package.json wiki.js LICENSE
tar -chzf node_modules.tar.gz node_modules
SEMVER_LAST=`npm show wiki.js version`
chmod +x ./tools/semver_next.sh
SEMVER_NEXT=`./tools/semver_next.sh -p $SEMVER_LAST`

Loading…
Cancel
Save