remove fake deploy script, CI runs lint stage

This commit is contained in:
Ava Gaiety W 2023-03-16 00:43:33 -05:00
parent 2e1ce9927e
commit a365fa326d

View file

@ -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