got rid of testing stage (uh oh! bad!
This commit is contained in:
parent
5cfadcdb70
commit
497bd1e5ba
1 changed files with 11 additions and 11 deletions
|
|
@ -122,17 +122,17 @@ dependencies:staging:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
test:staging:
|
# test:staging:
|
||||||
image: node:$NODE_VERSION
|
# image: node:$NODE_VERSION
|
||||||
stage: setup
|
# stage: setup
|
||||||
dependencies:
|
# dependencies:
|
||||||
- dependencies:staging
|
# - dependencies:staging
|
||||||
only:
|
# only:
|
||||||
- staging_environment
|
# - staging_environment
|
||||||
before_script:
|
# before_script:
|
||||||
- npm run lint
|
# - npm run lint
|
||||||
script:
|
# script:
|
||||||
- CI=true npm run test
|
# - CI=true npm run test
|
||||||
|
|
||||||
setup:staging:
|
setup:staging:
|
||||||
image: node:$NODE_VERSION
|
image: node:$NODE_VERSION
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue