Skip to content

Commit 7cfcf8c

Browse files
author
Lucas McDonald
committed
m
1 parent 3eafdf3 commit 7cfcf8c

7 files changed

+21
-21
lines changed

codebuild/py310/decrypt_dafny_esdk_vectors.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ phases:
3636
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
3737
-H "Authorization: token $GITHUB_TOKEN" \
3838
-H "X-GitHub-Api-Version: 2022-11-28" \
39-
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact" \
39+
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact" \
4040
| jq '.artifacts[0].archive_download_url')
4141
- |
4242
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
4343
- |
4444
curl -L -H "Accept: application/vnd.github+json" \
4545
-H "Authorization: token $GITHUB_TOKEN" \
4646
-H "X-GitHub-Api-Version: 2022-11-28" \
47-
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact.zip
47+
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact.zip
4848
# This unzips to `net41.zip`.
49-
- unzip ubuntu-22.04_latest_vector_artifact
49+
- unzip ubuntu-22.04_vector_artifact
5050
# This unzips to `net41/`.
5151
- unzip net41.zip -d net41
5252
build:

codebuild/py311/decrypt_dafny_esdk_vectors_keyrings.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ phases:
3838
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
3939
-H "Authorization: token $GITHUB_TOKEN" \
4040
-H "X-GitHub-Api-Version: 2022-11-28" \
41-
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact" \
41+
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact" \
4242
| jq '.artifacts[0].archive_download_url')
4343
- |
4444
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
4545
- |
4646
curl -L -H "Accept: application/vnd.github+json" \
4747
-H "Authorization: token $GITHUB_TOKEN" \
4848
-H "X-GitHub-Api-Version: 2022-11-28" \
49-
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact.zip
49+
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact.zip
5050
# This unzips to `net41.zip`.
51-
- unzip ubuntu-22.04_latest_vector_artifact
51+
- unzip ubuntu-22.04_vector_artifact
5252
# This unzips to `net41/`.
5353
- unzip net41.zip -d net41
5454
build:

codebuild/py311/decrypt_dafny_esdk_vectors_masterkey.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ phases:
3636
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
3737
-H "Authorization: token $GITHUB_TOKEN" \
3838
-H "X-GitHub-Api-Version: 2022-11-28" \
39-
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact" \
39+
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact" \
4040
| jq '.artifacts[0].archive_download_url')
4141
- |
4242
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
4343
- |
4444
curl -L -H "Accept: application/vnd.github+json" \
4545
-H "Authorization: token $GITHUB_TOKEN" \
4646
-H "X-GitHub-Api-Version: 2022-11-28" \
47-
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact.zip
47+
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact.zip
4848
# This unzips to `net41.zip`.
49-
- unzip ubuntu-22.04_latest_vector_artifact
49+
- unzip ubuntu-22.04_vector_artifact
5050
# This unzips to `net41/`.
5151
- unzip net41.zip -d net41
5252
build:

codebuild/py312/decrypt_dafny_esdk_vectors_keyrings.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ phases:
3838
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
3939
-H "Authorization: token $GITHUB_TOKEN" \
4040
-H "X-GitHub-Api-Version: 2022-11-28" \
41-
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact" \
41+
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact" \
4242
| jq '.artifacts[0].archive_download_url')
4343
- |
4444
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
4545
- |
4646
curl -L -H "Accept: application/vnd.github+json" \
4747
-H "Authorization: token $GITHUB_TOKEN" \
4848
-H "X-GitHub-Api-Version: 2022-11-28" \
49-
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact.zip
49+
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact.zip
5050
# This unzips to `net41.zip`.
51-
- unzip ubuntu-22.04_latest_vector_artifact
51+
- unzip ubuntu-22.04_vector_artifact
5252
# This unzips to `net41/`.
5353
- unzip net41.zip -d net41
5454
build:

codebuild/py312/decrypt_dafny_esdk_vectors_masterkey.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ phases:
3636
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
3737
-H "Authorization: token $GITHUB_TOKEN" \
3838
-H "X-GitHub-Api-Version: 2022-11-28" \
39-
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact" \
39+
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact" \
4040
| jq '.artifacts[0].archive_download_url')
4141
- |
4242
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
4343
- |
4444
curl -L -H "Accept: application/vnd.github+json" \
4545
-H "Authorization: token $GITHUB_TOKEN" \
4646
-H "X-GitHub-Api-Version: 2022-11-28" \
47-
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact.zip
47+
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact.zip
4848
# This unzips to `net41.zip`.
49-
- unzip ubuntu-22.04_latest_vector_artifact
49+
- unzip ubuntu-22.04_vector_artifact
5050
# This unzips to `net41/`.
5151
- unzip net41.zip -d net41
5252
build:

codebuild/py38/decrypt_dafny_esdk_vectors.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ phases:
3636
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
3737
-H "Authorization: token $GITHUB_TOKEN" \
3838
-H "X-GitHub-Api-Version: 2022-11-28" \
39-
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact" \
39+
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact" \
4040
| jq '.artifacts[0].archive_download_url')
4141
- |
4242
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
4343
- |
4444
curl -L -H "Accept: application/vnd.github+json" \
4545
-H "Authorization: token $GITHUB_TOKEN" \
4646
-H "X-GitHub-Api-Version: 2022-11-28" \
47-
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact.zip
47+
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact.zip
4848
# This unzips to `net41.zip`.
49-
- unzip ubuntu-22.04_latest_vector_artifact
49+
- unzip ubuntu-22.04_vector_artifact
5050
# This unzips to `net41/`.
5151
- unzip net41.zip -d net41
5252
build:

codebuild/py39/decrypt_dafny_esdk_vectors.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ phases:
3636
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
3737
-H "Authorization: token $GITHUB_TOKEN" \
3838
-H "X-GitHub-Api-Version: 2022-11-28" \
39-
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact" \
39+
"https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact" \
4040
| jq '.artifacts[0].archive_download_url')
4141
- |
4242
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
4343
- |
4444
curl -L -H "Accept: application/vnd.github+json" \
4545
-H "Authorization: token $GITHUB_TOKEN" \
4646
-H "X-GitHub-Api-Version: 2022-11-28" \
47-
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact.zip
47+
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact.zip
4848
# This unzips to `net41.zip`.
49-
- unzip ubuntu-22.04_latest_vector_artifact
49+
- unzip ubuntu-22.04_vector_artifact
5050
# This unzips to `net41/`.
5151
- unzip net41.zip -d net41
5252
build:

0 commit comments

Comments
 (0)