Skip to content

Commit 2db4bcd

Browse files
author
Jippen
committed
Update .gitlab-ci.yml
1 parent 53c20bc commit 2db4bcd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.gitlab-ci.yml

-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ image: timbru31/ruby-node:2.7
22

33
stages:
44
- test
5-
- deploy
65
- trigger
76

87
variables:
@@ -17,15 +16,6 @@ test:
1716
stage: test
1817
script:
1918
- npm run build-prod
20-
except:
21-
- master
22-
23-
pages:
24-
stage: deploy
25-
script:
26-
- npm run build-prod
27-
only:
28-
- master
2919

3020
trigger:
3121
stage: trigger

0 commit comments

Comments
 (0)