Skip to content

Commit 747d0fc

Browse files
committed
Update .gitlab-ci.yml
1 parent 52ff826 commit 747d0fc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.gitlab-ci.yml

-14
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ build:smart-control:
6464
- build/
6565
only:
6666
- tags
67-
except:
68-
- master
6967

7068
deploy:smart-control:
7169
stage: deploy
@@ -89,8 +87,6 @@ deploy:smart-control:
8987
url: https://dss.smart-control.inowas.com
9088
only:
9189
- tags
92-
except:
93-
- master
9490

9591
build:training:
9692
image: node:12
@@ -104,8 +100,6 @@ build:training:
104100
- build/
105101
only:
106102
- tags
107-
except:
108-
- master
109103

110104
deploy:training:
111105
stage: deploy
@@ -129,8 +123,6 @@ deploy:training:
129123
url: https://training.inowas.com
130124
only:
131125
- tags
132-
except:
133-
- master
134126

135127
build:prod:
136128
image: node:12
@@ -144,8 +136,6 @@ build:prod:
144136
- build/
145137
only:
146138
- tags
147-
except:
148-
- master
149139

150140
deploy:prod:staging:
151141
stage: deploy
@@ -169,8 +159,6 @@ deploy:prod:staging:
169159
url: https://staging.inowas.com
170160
only:
171161
- tags
172-
except:
173-
- master
174162

175163
deploy:prod:production:
176164
stage: deploy
@@ -195,5 +183,3 @@ deploy:prod:production:
195183
when: manual
196184
only:
197185
- tags
198-
except:
199-
- master

0 commit comments

Comments
 (0)