We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91838f commit f8aa29fCopy full SHA for f8aa29f
decrypt_oracle/.chalice/buildspec.yaml
@@ -2,7 +2,7 @@ version: 0.2
2
phases:
3
install:
4
commands:
5
- - pip install tox
+ - pip install "tox < 4.0"
6
build:
7
8
- cd decrypt_oracle
decrypt_oracle/.chalice/pipeline.py
@@ -23,7 +23,7 @@
23
24
APPLICATION_NAME = "AwsEncryptionSdkDecryptOraclePython"
25
PIPELINE_STACK_NAME = "{}DeployPipeline".format(APPLICATION_NAME)
26
-CODEBUILD_IMAGE = "aws/codebuild/python:3.6.5"
+CODEBUILD_IMAGE = "aws/codebuild/standard:5.0"
27
BUILDSPEC = "decrypt_oracle/.chalice/buildspec.yaml"
28
GITHUB_REPO = "aws-encryption-sdk-python"
29
WAITER_CONFIG = dict(Delay=10)
0 commit comments