Skip to content

Commit 1c80203

Browse files
committed
variable
1 parent d5a757a commit 1c80203

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci_codebuild_batch.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,13 +1312,14 @@ jobs:
13121312
- name: Run CodeBuild
13131313
uses: aws-actions/aws-codebuild-run-build@v1
13141314
timeout-minutes: 120
1315+
env:
1316+
variables:
1317+
VERSION: "4.0.2"
13151318
with:
13161319
project-name: python-esdk
13171320
buildspec-override: codebuild/release/validate_test_vectors.yml
13181321
image-override: aws/codebuild/standard:7.0
1319-
environment-variables-override: |
1320-
VERSION=4.0.2
1321-
1322+
13221323
# Python Release Validation with examples as alternate
13231324
python_release_examples_validation:
13241325
name: Python Release Validation with Examples
@@ -1333,12 +1334,13 @@ jobs:
13331334
- name: Run CodeBuild
13341335
uses: aws-actions/aws-codebuild-run-build@v1
13351336
timeout-minutes: 120
1337+
env:
1338+
variables:
1339+
VERSION: "4.0.2"
13361340
with:
13371341
project-name: python-esdk
13381342
buildspec-override: codebuild/release/validate_released_with_examples.yml
13391343
image-override: aws/codebuild/standard:7.0
1340-
environment-variables-override: |
1341-
VERSION=4.0.2
13421344

13431345
# Code Coverage and Compliance jobs
13441346
code_coverage:

0 commit comments

Comments
 (0)