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

Commit 44fed49a by Sushant

build: use plain deploy

1 parent 2eeaa5e0
{
"findPotentialReviewers": true,
"fileBlacklist": ["*.md", "*.json"],
"userBlacklist": ["sdepold"],
"userBlacklistForPR": ["greenkeeperio-bot"],
"actions": ["opened"],
"delayed": true,
"delayedUntil": "3d"
}
...@@ -17,5 +17,4 @@ mkdocs.yml ...@@ -17,5 +17,4 @@ mkdocs.yml
.dockerignore .dockerignore
.editorconfig .editorconfig
.travis.yml .travis.yml
.deploy.sh
...@@ -64,11 +64,8 @@ jobs: ...@@ -64,11 +64,8 @@ jobs:
branch: master branch: master
- stage: release - stage: release
node_js: 4 node_js: 4
script: npm run lint
env: env:
- TRAVIS_JOB_NUMBER=WORKAROUND.1 - TRAVIS_JOB_NUMBER=WORKAROUND.1
deploy: script:
provider: script - npm run lint
script: ./deploy.sh - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ] || [ "${TRAVIS_BRANCH}" = "master" ]; then npm run semantic-release; fi'
on:
branch: master
./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!