Skip to content

Commit 2065eae

Browse files
author
Feiyang Liu
committed
Merge branch 'sagemaker-e2e-test' of https://github.com/aws/code-editor into sagemaker-e2e-test
2 parents 3a3ef43 + 5ae98ab commit 2065eae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/smoke-tests-sagemaker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Download sagemaker build artifact
4343
run: |
44-
gh run download --name "code-editor-sagemaker-server-build"
44+
gh run download --name "$COMMIT_SHA-code-editor-sagemaker-server-build"
4545
4646
- name: Check build artifacts exist
4747
run: |
@@ -286,7 +286,7 @@ jobs:
286286
287287
- name: Fetch source artifact
288288
run: |
289-
gh run download --name "code-editor-sagemaker-server-src"
289+
gh run download --name "$COMMIT_SHA-code-editor-sagemaker-server-src"
290290
ls -la
291291
292292
FILES=(

0 commit comments

Comments
 (0)