File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 0.2
2
2
3
3
env :
4
4
variables :
5
- PY_VERSION : 3.8
5
+ PY_VERSION : 3.10
6
6
git-credential-helper : yes
7
7
8
8
phases :
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Metadata:
6
6
Author : https://github.com/johnpreston
7
7
8
8
Parameters :
9
+ CodeBuildImage :
10
+ Type : String
11
+ Default : aws/codebuild/standard:6.0
9
12
RepositoryOrganization :
10
13
Type : String
11
14
@@ -128,12 +131,13 @@ Resources:
128
131
Type : NO_ARTIFACTS
129
132
Environment :
130
133
ComputeType : BUILD_GENERAL1_SMALL
131
- Image : aws/codebuild/standard:3.0
134
+ Image :
135
+ Ref : CodeBuildImage
132
136
Type : LINUX_CONTAINER
133
137
EnvironmentVariables :
134
138
- Name : PY_VERSION
135
139
Type : PLAINTEXT
136
- Value : 3.8
140
+ Value : 3.10
137
141
- Name : KNOWN_BUCKET
138
142
Type : PLAINTEXT
139
143
Value : !Ref TemplatesBucket
You can’t perform that action at this time.
0 commit comments