Skip to content
Snippets Groups Projects
Commit c962f9fe authored by Even Gultvedt's avatar Even Gultvedt
Browse files

Final version

parent 76155746
Branches
No related tags found
No related merge requests found
Pipeline #80007 passed
...@@ -5,25 +5,25 @@ stages: ...@@ -5,25 +5,25 @@ stages:
- test # Jobs placed in tets-stage will run after build-jobs - test # Jobs placed in tets-stage will run after build-jobs
- deploy # Jobs placed in build-stage will run last after test-jobs - deploy # Jobs placed in build-stage will run last after test-jobs
#install: install:
# stage: build stage: build
# script: script:
# - npm install - npm install
# # Keep node_modules-folder for the following stages: # Keep node_modules-folder for the following stages:
# artifacts: artifacts:
# paths: paths:
# - node_modules - node_modules
#test: test:
# stage: test # Job test will run in parallel with the job flow stage: test # Job test will run in parallel with the job flow
# script: script:
# - npm test - npm test
#flow: flow:
# stage: test # Job flow will run in parallel with the job test stage: test # Job flow will run in parallel with the job test
# script: script:
# - npm install --global flow-bin - npm install --global flow-bin
# - flow check - flow check
deploy: deploy:
stage: deploy stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment