remove fake deploy script, CI runs lint stage
This commit is contained in:
parent
2e1ce9927e
commit
a365fa326d
1 changed files with 3 additions and 7 deletions
|
@ -44,10 +44,6 @@ unit-test-job: # This job runs in the test stage.
|
|||
lint-test-job: # This job also runs in the test stage.
|
||||
stage: test # It can run at the same time as unit-test-job (in parallel).
|
||||
script:
|
||||
- echo "Linting code... TBD"
|
||||
|
||||
deploy-job: # This job runs in the deploy stage.
|
||||
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
|
||||
environment: production
|
||||
script:
|
||||
- echo "Deploying application... TBD lol"
|
||||
- echo "Linting code..."
|
||||
- npm i
|
||||
- npm lint
|
||||
|
|
Loading…
Add table
Reference in a new issue