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

Commit ae311f3

Browse files
committed
add image key to manual CI tasks
1 parent 53bcce1 commit ae311f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gitlab-ci/aws/cdk.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
variables:
55
ENVIRONMENT: dev
66

7-
Build Quasar PWA Assets:
7+
.Build Quasar PWA Assets:
88
image: node:10
99
stage: build
1010
only:
@@ -25,7 +25,7 @@ Build Quasar PWA Assets:
2525
after_script:
2626
- echo "Build Complete"
2727

28-
cdk deploy:
28+
.cdk deploy:
2929
image: docker:19.03.1
3030
services:
3131
- docker:19.03.5-dind
@@ -45,6 +45,7 @@ cdk deploy:
4545
- cdk deploy --app awscdk/app.py --require-approval never
4646

4747
.base_task: &task
48+
image: python:3.8
4849
only:
4950
- master
5051
when: manual

0 commit comments

Comments
 (0)