mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Remove redundant lines
This commit is contained in:
parent
6a6e43f1cb
commit
f16b672bfe
1 changed files with 0 additions and 3 deletions
|
@ -25,12 +25,9 @@ script: npm run $NPM_SCRIPT
|
|||
jobs:
|
||||
include:
|
||||
- env: NPM_SCRIPT=lint
|
||||
node_js: 8
|
||||
- env: NPM_SCRIPT=build
|
||||
node_js: 8
|
||||
if: not (branch in (master, develop) and type != pull_request)
|
||||
- stage: release
|
||||
node_js: 8
|
||||
env: NPM_SCRIPT=build
|
||||
before_deploy:
|
||||
- npm --no-git-tag-version version 0.2.0-prerelease.$(date +%Y%m%d%H%M%S)
|
||||
|
|
Loading…
Reference in a new issue