Skip to content

Commit ca6f3a1

Browse files
debug
1 parent 87bc057 commit ca6f3a1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

codebuild/py37/decrypt_dafny_esdk_vectors.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ phases:
4646
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
4747
-H "Authorization: token $GITHUB_TOKEN" \
4848
-H "X-GitHub-Api-Version: 2022-11-28" \
49-
"https://api.github.com/repos/aws/aws-encryption-sdk-dafny/actions/runs/8282993634/artifacts?name=ubuntu-latest_vector_artifact" \
49+
"https://api.github.com/repos/aws/aws-encryption-sdk-dafny/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
5050
| jq '.artifacts[0].archive_download_url')
5151
- |
5252
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
@@ -55,13 +55,16 @@ phases:
5555
-H "Authorization: token $GITHUB_TOKEN" \
5656
-H "X-GitHub-Api-Version: 2022-11-28" \
5757
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-latest_test_vector_artifact.zip
58-
- unzip ubuntu-latest_test_vector_artifact
5958
# This unzips to `net41/`
59+
- unzip ubuntu-latest_test_vector_artifact
60+
- ls
6061
build:
6162
commands:
6263
# NOTE: We need to pass the absolute path of the vectors
6364
- pip install "tox < 4.0"
65+
- ls
6466
- cd test_vector_handlers
67+
- ls
6568
- |
6669
tox -- \
6770
--input ../net41/manifest.json

0 commit comments

Comments
 (0)