fix: wercker (2)
This commit is contained in:
parent
70497790f9
commit
3985091498
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user