Update .gitlab-ci.yml

This commit is contained in:
Solomon Laing 2021-06-05 11:24:49 +00:00
parent eec0319361
commit a6ef143e11

View File

@ -5,7 +5,6 @@ stages:
develop-build-job: develop-build-job:
stage: build stage: build
tags: tags:
- build
- node - node
script: script:
- echo "Install dependencies..." - echo "Install dependencies..."
@ -17,7 +16,6 @@ develop-build-job:
master-build-job: master-build-job:
stage: build stage: build
tags: tags:
- build
- node - node
script: script:
- echo "Install dependencies..." - echo "Install dependencies..."
@ -32,7 +30,6 @@ master-build-job:
deploy-job: deploy-job:
stage: deploy stage: deploy
tags: tags:
- deploy
- node - node
when: manual when: manual
environment: environment: