This repository was archived by the owner on Mar 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ variables:
12
12
ECRBackendRepositoryName : ${AppUrl}/backend
13
13
GitSHA : $CI_COMMIT_SHORT_SHA
14
14
15
- . pages :
15
+ pages :
16
16
image : node:latest
17
17
stage : documentation
18
18
script :
@@ -24,7 +24,7 @@ variables:
24
24
changes :
25
25
- documentation/**/*
26
26
27
- . Pytest :
27
+ Pytest :
28
28
image : python:3.7
29
29
stage : test
30
30
services :
@@ -50,7 +50,7 @@ variables:
50
50
changes :
51
51
- backend/**/*
52
52
53
- . Jest :
53
+ Jest :
54
54
image : node:8
55
55
stage : test
56
56
before_script :
@@ -66,7 +66,7 @@ variables:
66
66
changes :
67
67
- quasar/**/*
68
68
69
- . Build backend :
69
+ Build backend :
70
70
stage : build
71
71
image : docker:stable
72
72
variables :
@@ -94,7 +94,7 @@ variables:
94
94
- quasar/**/*
95
95
96
96
# gitlab-runner exec docker "e2e cypress tests without docker-compose"
97
- . e2e : &cypress
97
+ e2e : &cypress
98
98
stage : integration
99
99
image : $CI_REGISTRY_IMAGE/backend:latest
100
100
services :
@@ -140,8 +140,8 @@ variables:
140
140
Build Quasar PWA Assets :
141
141
image : node:8
142
142
stage : build
143
- # only:
144
- # - master
143
+ only :
144
+ - master
145
145
variables :
146
146
VUE_APP_CI_COMMIT_SHORT_SHA : " $CI_COMMIT_SHORT_SHA"
147
147
VUE_APP_CI_JOB_URL : " $CI_JOB_URL"
@@ -165,8 +165,8 @@ Build Quasar PWA Assets:
165
165
Release backend :
166
166
stage : release
167
167
image : docker:stable
168
- # only:
169
- # - master
168
+ only :
169
+ - master
170
170
services :
171
171
- docker:dind
172
172
before_script :
@@ -193,8 +193,8 @@ Release backend:
193
193
Sync Quasar PWA Assets :
194
194
image : python:3.7
195
195
stage : deploy
196
- # only:
197
- # - master
196
+ only :
197
+ - master
198
198
dependencies :
199
199
- " Build Quasar PWA Assets"
200
200
before_script :
@@ -244,8 +244,8 @@ Sync Quasar PWA Assets:
244
244
Update stack :
245
245
image : python:3.7
246
246
stage : cloudformation
247
- # only:
248
- # - master
247
+ only :
248
+ - master
249
249
variables :
250
250
EnvironmentName : staging
251
251
before_script :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Description: >
12
12
13
13
It also deploys a static site with S3 and CloudFront.
14
14
15
- Last Modified: 24th March 2019
15
+ Last Modified: 18th September 2019
16
16
Author: Brian Caffey
17
17
18
18
Parameters :
@@ -74,7 +74,7 @@ Parameters:
74
74
NoEcho : true
75
75
76
76
Conditions :
77
- RunServices : !Equals [ 1, 0 ]
77
+ RunServices : !Equals [ 1, 1 ]
78
78
UseRDS : !Equals [ 1, 1 ]
79
79
UseALB : !Equals [ 1, 1 ]
80
80
UseECS : !Equals [ 1, 1 ]
You can’t perform that action at this time.
0 commit comments