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:
|
||||
- node_modules/
|
||||
|
||||
test:staging:
|
||||
image: node:$NODE_VERSION
|
||||
stage: setup
|
||||
dependencies:
|
||||
- dependencies:staging
|
||||
only:
|
||||
- staging_environment
|
||||
before_script:
|
||||
- npm run lint
|
||||
script:
|
||||
- CI=true npm run test
|
||||
# test:staging:
|
||||
# image: node:$NODE_VERSION
|
||||
# stage: setup
|
||||
# dependencies:
|
||||
# - dependencies:staging
|
||||
# only:
|
||||
# - staging_environment
|
||||
# before_script:
|
||||
# - npm run lint
|
||||
# script:
|
||||
# - CI=true npm run test
|
||||
|
||||
setup:staging:
|
||||
image: node:$NODE_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue