mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-23 05:52:42 -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:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- env: NPM_SCRIPT=lint
|
- env: NPM_SCRIPT=lint
|
||||||
node_js: 8
|
|
||||||
- env: NPM_SCRIPT=build
|
- env: NPM_SCRIPT=build
|
||||||
node_js: 8
|
|
||||||
if: not (branch in (master, develop) and type != pull_request)
|
if: not (branch in (master, develop) and type != pull_request)
|
||||||
- stage: release
|
- stage: release
|
||||||
node_js: 8
|
|
||||||
env: NPM_SCRIPT=build
|
env: NPM_SCRIPT=build
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- npm --no-git-tag-version version 0.2.0-prerelease.$(date +%Y%m%d%H%M%S)
|
- npm --no-git-tag-version version 0.2.0-prerelease.$(date +%Y%m%d%H%M%S)
|
||||||
|
|
Loading…
Reference in a new issue