소스 검색

fix: wercker (2)

Nicolas Giard 7 년 전
부모
커밋
3985091498
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      wercker.yml

+ 2 - 3
wercker.yml

@@ -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`