Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 2853af7

Browse files
committed
reset gitlab-ci.yml
1 parent cecca4f commit 2853af7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.gitlab-ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variables:
1212
ECRBackendRepositoryName: ${AppUrl}/backend
1313
GitSHA: $CI_COMMIT_SHORT_SHA
1414

15-
.pages:
15+
pages:
1616
image: node:latest
1717
stage: documentation
1818
script:
@@ -24,7 +24,7 @@ variables:
2424
changes:
2525
- documentation/**/*
2626

27-
.Pytest:
27+
Pytest:
2828
image: python:3.7
2929
stage: test
3030
services:
@@ -50,7 +50,7 @@ variables:
5050
changes:
5151
- backend/**/*
5252

53-
.Jest:
53+
Jest:
5454
image: node:8
5555
stage: test
5656
before_script:
@@ -66,7 +66,7 @@ variables:
6666
changes:
6767
- quasar/**/*
6868

69-
.Build backend:
69+
Build backend:
7070
stage: build
7171
image: docker:stable
7272
variables:
@@ -94,7 +94,7 @@ variables:
9494
- quasar/**/*
9595

9696
# gitlab-runner exec docker "e2e cypress tests without docker-compose"
97-
.e2e: &cypress
97+
e2e: &cypress
9898
stage: integration
9999
image: $CI_REGISTRY_IMAGE/backend:latest
100100
services:
@@ -140,8 +140,8 @@ variables:
140140
Build Quasar PWA Assets:
141141
image: node:8
142142
stage: build
143-
# only:
144-
# - master
143+
only:
144+
- master
145145
variables:
146146
VUE_APP_CI_COMMIT_SHORT_SHA: "$CI_COMMIT_SHORT_SHA"
147147
VUE_APP_CI_JOB_URL: "$CI_JOB_URL"
@@ -165,8 +165,8 @@ Build Quasar PWA Assets:
165165
Release backend:
166166
stage: release
167167
image: docker:stable
168-
# only:
169-
# - master
168+
only:
169+
- master
170170
services:
171171
- docker:dind
172172
before_script:
@@ -193,8 +193,8 @@ Release backend:
193193
Sync Quasar PWA Assets:
194194
image: python:3.7
195195
stage: deploy
196-
# only:
197-
# - master
196+
only:
197+
- master
198198
dependencies:
199199
- "Build Quasar PWA Assets"
200200
before_script:
@@ -244,8 +244,8 @@ Sync Quasar PWA Assets:
244244
Update stack:
245245
image: python:3.7
246246
stage: cloudformation
247-
# only:
248-
# - master
247+
only:
248+
- master
249249
variables:
250250
EnvironmentName: staging
251251
before_script:

cloudformation/master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Description: >
1212
1313
It also deploys a static site with S3 and CloudFront.
1414
15-
Last Modified: 24th March 2019
15+
Last Modified: 18th September 2019
1616
Author: Brian Caffey
1717
1818
Parameters:
@@ -74,7 +74,7 @@ Parameters:
7474
NoEcho: true
7575

7676
Conditions:
77-
RunServices: !Equals [ 1, 0 ]
77+
RunServices: !Equals [ 1, 1 ]
7878
UseRDS: !Equals [ 1, 1 ]
7979
UseALB: !Equals [ 1, 1 ]
8080
UseECS: !Equals [ 1, 1 ]

0 commit comments

Comments
 (0)