fix: wercker (2)

This commit is contained in:
Nicolas Giard 2017-08-26 10:11:51 -04:00 committed by GitHub
parent 70497790f9
commit 3985091498

View File

@ -76,9 +76,8 @@ deploy-github:
- script:
name: package
code: |
ls
tar -chzfv wiki-js.tar.gz assets server config.sample.yml package.json wiki.js LICENSE
tar -chzfv node_modules.tar.gz node_modules
tar -chzvf wiki-js.tar.gz assets server config.sample.yml package.json wiki.js LICENSE
tar -chzvf 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`