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

Commit e28fe9c

Browse files
committed
removed when key from gitlab ci rules
1 parent 8e063fe commit e28fe9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gitlab-ci/aws/cdk.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
.base_task: &task
4141
image: python:3.8
4242
stage: deploy
43-
rules:
44-
- when: manual
4543
before_script:
4644
- pip install awscli
4745
- apt-get -qq update && apt-get -y install jq
@@ -78,7 +76,6 @@
7876

7977
.cdk_destroy:
8078
image: python:3.8
81-
when: manual
8279
stage: deploy
8380
before_script:
8481
- apt-get -qq update && apt-get -y install nodejs npm

0 commit comments

Comments
 (0)