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

Commit b58eac7

Browse files
committed
removed branch guards
1 parent 3ab2e37 commit b58eac7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

awscdk/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@
3838
# CloudWatch Container Insights
3939
stack.node.apply_aspect(core.Tag("StackName", full_app_name))
4040

41-
print(len(stack.node.children))
42-
4341
app.synth()

gitlab-ci/aws/cdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ cdk deploy:
3030
services:
3131
- docker:19.03.5-dind
3232
stage: deploy
33-
# only:
34-
# - master
33+
only:
34+
- master
3535
variables:
3636
ENVIRONMENT: dev
3737
DOCKER_TLS_CERTDIR: ""

0 commit comments

Comments
 (0)