Skip to content

Commit ddb1cd9

Browse files
icywang86ruiEliza Zhang
authored andcommitted
fix: add branch name to remote gpu test run command (aws#195)
1 parent d6d7986 commit ddb1cd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildspec-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ phases:
7777
"IGNORE_COVERAGE=- tox -e py36 -- -m deploy_test test/integration/sagemaker -n 4 --region {region} --account-id {aws-id} --docker-base-name sagemaker-tensorflow-scriptmode --framework-version 1.13.1 --processor gpu --py-version 2,3"
7878
]
7979
}]' > deployments.json
80-
8180
# publish the release to github
8281
- git-release --publish
8382

@@ -89,4 +88,4 @@ phases:
8988
artifacts:
9089
files:
9190
- deployments.json
92-
name: ARTIFACT_1
91+
name: ARTIFACT_1

0 commit comments

Comments
 (0)