Skip to content

Commit d5a757a

Browse files
committed
fix
1 parent 01a13f4 commit d5a757a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci_codebuild_batch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,12 +1312,12 @@ jobs:
13121312
- name: Run CodeBuild
13131313
uses: aws-actions/aws-codebuild-run-build@v1
13141314
timeout-minutes: 120
1315-
env:
1316-
VERSION: "4.0.2"
13171315
with:
13181316
project-name: python-esdk
13191317
buildspec-override: codebuild/release/validate_test_vectors.yml
13201318
image-override: aws/codebuild/standard:7.0
1319+
environment-variables-override: |
1320+
VERSION=4.0.2
13211321
13221322
# Python Release Validation with examples as alternate
13231323
python_release_examples_validation:
@@ -1333,12 +1333,12 @@ jobs:
13331333
- name: Run CodeBuild
13341334
uses: aws-actions/aws-codebuild-run-build@v1
13351335
timeout-minutes: 120
1336-
env:
1337-
VERSION: "4.0.2"
13381336
with:
13391337
project-name: python-esdk
13401338
buildspec-override: codebuild/release/validate_released_with_examples.yml
13411339
image-override: aws/codebuild/standard:7.0
1340+
environment-variables-override: |
1341+
VERSION=4.0.2
13421342
13431343
# Code Coverage and Compliance jobs
13441344
code_coverage:

codebuild/release/validate_released_with_examples.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ version: 0.2
22

33
env:
44
variables:
5-
# VERSION should be passed in from the build environment
6-
# Example: VERSION=4.02
75
REGION: "us-west-2"
86
AWS_ENCRYPTION_SDK_PYTHON_INTEGRATION_TEST_AWS_KMS_KEY_ID: >-
97
arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f

0 commit comments

Comments
 (0)