不要怂,就是干,撸起袖子干!

Commit fcac021f by Sushant

ci: set build leader

1 parent 457b558e
Showing with 3 additions and 2 deletions
...@@ -76,8 +76,9 @@ jobs: ...@@ -76,8 +76,9 @@ jobs:
branch: master branch: master
- stage: release - stage: release
node_js: 8 node_js: 8
env: TRAVIS_JOB_NUMBER=WORKAROUND.1 env: BUILD_LEADER_ID=8
script: script:
- npm install --no-save --no-package-lock semantic-release@8 @bubltechnology/customizable-commit-analyzer@1.0.2-0 - npm install --no-save --no-package-lock semantic-release@8 @bubltechnology/customizable-commit-analyzer@1.0.2-0
- npm run lint - npm run lint
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ]; then ./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post; fi || true' after_success:
- ./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!