Skip to content

Commit 3525072

Browse files
use same codebuild image in ci and cd
1 parent 3fd5db6 commit 3525072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/2-cicd/cicd.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Resources:
121121
Environment:
122122
Type: LINUX_CONTAINER
123123
ComputeType: BUILD_GENERAL1_SMALL
124-
Image: aws/codebuild/standard:5.0
124+
Image: aws/codebuild/amazonlinux2-x86_64-standard:4.0
125125
PrivilegedMode: true
126126
EnvironmentVariables:
127127
- Name: ARTIFACT_STORE

0 commit comments

Comments
 (0)