Skip to content

Commit fee1861

Browse files
authored
Fixing up docs build (#744)
1 parent 2a5c685 commit fee1861

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.cicd/buildspec_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 0.2
22

33
env:
44
variables:
5-
PY_VERSION: 3.8
5+
PY_VERSION: 3.10
66
git-credential-helper: yes
77

88
phases:

.cicd/codebuild_docs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Metadata:
66
Author: https://github.com/johnpreston
77

88
Parameters:
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

0 commit comments

Comments
 (0)