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

Commit 3ed8860

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

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

gitlab-ci/aws/dev.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
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
1010

11+
test_job:
12+
image: node:10
13+
script:
14+
- echo "testing"
15+
1116
quasar_build_pwa (dev):
1217
extends: .quasar_build_pwa
1318

0 commit comments

Comments
 (0)