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

Commit c9fba0e

Browse files
committed
debugging workflow rules
1 parent 3bed8c5 commit c9fba0e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

gitlab-ci/aws/cdk.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
name: ${ENVIRONMENT}-${APP_NAME}
3131
url: https://${ENVIRONMENT}.${DOMAIN_NAME}
3232
variables:
33-
ENVIRONMENT: dev
3433
DOCKER_TLS_CERTDIR: ""
3534
before_script:
3635
- apk add nodejs-current npm

gitlab-ci/aws/dev.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
workflow:
2-
rules:
3-
# - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
4-
# when: always
5-
- if: '$CI_COMMIT_BRANCH == "master"'
6-
when: always
1+
# workflow:
2+
# rules:
3+
# # - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
4+
# # when: always
5+
# - if: '$CI_COMMIT_BRANCH == "master"'
6+
# when: always
77

88
variables:
99
ENVIRONMENT: dev

0 commit comments

Comments
 (0)