Skip to content

Commit 5af4a2a

Browse files
authored
fix: remove extra comma in buildspec-release.yml (#209)
1 parent 79fc3f4 commit 5af4a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ phases:
7171
"dest": ["1.13.1-gpu-py3", "1.13-gpu-py3", "1.13.1-gpu-py3-'${CODEBUILD_BUILD_ID#*:}'"]
7272
}],
7373
"test": [
74-
"IGNORE_COVERAGE=- tox -e py36 -- test/integration/sagemaker -n 32 --region {region} --account-id 520713654638 --docker-base-name sagemaker-tensorflow-scriptmode --framework-version 1.13.1 --processor cpu,gpu --py-version 2,3",
74+
"IGNORE_COVERAGE=- tox -e py36 -- test/integration/sagemaker -n 32 --region {region} --account-id 520713654638 --docker-base-name sagemaker-tensorflow-scriptmode --framework-version 1.13.1 --processor cpu,gpu --py-version 2,3"
7575
]
7676
}]' > deployments.json
7777

0 commit comments

Comments
 (0)