File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,6 @@ build:smart-control:
64
64
- build/
65
65
only :
66
66
- tags
67
- except :
68
- - master
69
67
70
68
deploy:smart-control :
71
69
stage : deploy
@@ -89,8 +87,6 @@ deploy:smart-control:
89
87
url : https://dss.smart-control.inowas.com
90
88
only :
91
89
- tags
92
- except :
93
- - master
94
90
95
91
build:training :
96
92
image : node:12
@@ -104,8 +100,6 @@ build:training:
104
100
- build/
105
101
only :
106
102
- tags
107
- except :
108
- - master
109
103
110
104
deploy:training :
111
105
stage : deploy
@@ -129,8 +123,6 @@ deploy:training:
129
123
url : https://training.inowas.com
130
124
only :
131
125
- tags
132
- except :
133
- - master
134
126
135
127
build:prod :
136
128
image : node:12
@@ -144,8 +136,6 @@ build:prod:
144
136
- build/
145
137
only :
146
138
- tags
147
- except :
148
- - master
149
139
150
140
deploy:prod:staging :
151
141
stage : deploy
@@ -169,8 +159,6 @@ deploy:prod:staging:
169
159
url : https://staging.inowas.com
170
160
only :
171
161
- tags
172
- except :
173
- - master
174
162
175
163
deploy:prod:production :
176
164
stage : deploy
@@ -195,5 +183,3 @@ deploy:prod:production:
195
183
when : manual
196
184
only :
197
185
- tags
198
- except :
199
- - master
You can’t perform that action at this time.
0 commit comments