File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 0.2
22
33env :
44 variables :
5- PY_VERSION : 3.8
5+ PY_VERSION : 3.10
66 git-credential-helper : yes
77
88phases :
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Metadata:
66 Author : https://github.com/johnpreston
77
88Parameters :
9+ CodebuildImage :
10+ Type : String
11+ Default : aws/codebuild/standard:6.0
12+
913 RepositoryOrganization :
1014 Type : String
1115
@@ -117,12 +121,13 @@ Resources:
117121 Type : NO_ARTIFACTS
118122 Environment :
119123 ComputeType : BUILD_GENERAL1_SMALL
120- Image : aws/codebuild/standard:3.0
124+ Image :
125+ Ref : CodebuildImage
121126 Type : LINUX_CONTAINER
122127 EnvironmentVariables :
123128 - Name : PY_VERSION
124129 Type : PLAINTEXT
125- Value : 3.8
130+ Value : 3.10
126131 - Name : DISTRIBUTION_ID
127132 Type : PLAINTEXT
128133 Value : !Ref NightlyDocsDistribution
You can’t perform that action at this time.
0 commit comments