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

Commit d70d1b2

Browse files
committed
fixed includes templates in main gitlab ci file
1 parent cb1b36e commit d70d1b2

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ stages:
1111
include:
1212
- local: /gitlab-ci/documentation.yml
1313
- local: /gitlab-ci/renovate.yml
14+
- local: /gitlab-ci/aws/cdk.yml
1415
- local: /gitlab-ci/aws/dev.yml
1516
- local: /gitlab-ci/aws/app.yml
1617

gitlab-ci/aws/app.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ workflow:
33
- if: $CI_COMMIT_TAG
44
when: always
55

6-
include:
7-
- local: /gitlab-ci/aws/cdk.yml
8-
96
variables:
107
ENVIRONMENT: app
118

gitlab-ci/aws/dev.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ workflow:
55
- if: '$CI_COMMIT_BRANCH == "master"'
66
when: always
77

8-
include:
9-
- local: /gitlab-ci/aws/cdk.yml
10-
118
variables:
129
ENVIRONMENT: dev
1310

0 commit comments

Comments
 (0)