File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ phases:
28
28
MOST_RECENT_RUN_ID=$(curl -H "Accept: application/vnd.github+json" \
29
29
-H "Authorization: token ${GITHUB_TOKEN}" \
30
30
-H "X-GitHub-Api-Version: 2022-11-28" \
31
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
31
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
32
32
| jq 'first(.workflow_runs[] | select(.name=="Daily CI") | .id)')
33
33
- |
34
34
echo "DEBUG: Fetching artifact from run $MOST_RECENT_RUN_ID"
35
35
- |
36
36
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
37
37
-H "Authorization: token $GITHUB_TOKEN" \
38
38
-H "X-GitHub-Api-Version: 2022-11-28" \
39
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
39
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
40
40
| jq '.artifacts[0].archive_download_url')
41
41
- |
42
42
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ phases:
30
30
MOST_RECENT_RUN_ID=$(curl -H "Accept: application/vnd.github+json" \
31
31
-H "Authorization: token ${GITHUB_TOKEN}" \
32
32
-H "X-GitHub-Api-Version: 2022-11-28" \
33
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
33
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
34
34
| jq 'first(.workflow_runs[] | select(.name=="Daily CI") | .id)')
35
35
- |
36
36
echo "DEBUG: Fetching artifact from run $MOST_RECENT_RUN_ID"
37
37
- |
38
38
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
39
39
-H "Authorization: token $GITHUB_TOKEN" \
40
40
-H "X-GitHub-Api-Version: 2022-11-28" \
41
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
41
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
42
42
| jq '.artifacts[0].archive_download_url')
43
43
- |
44
44
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ phases:
28
28
MOST_RECENT_RUN_ID=$(curl -H "Accept: application/vnd.github+json" \
29
29
-H "Authorization: token ${GITHUB_TOKEN}" \
30
30
-H "X-GitHub-Api-Version: 2022-11-28" \
31
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
31
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
32
32
| jq 'first(.workflow_runs[] | select(.name=="Daily CI") | .id)')
33
33
- |
34
34
echo "DEBUG: Fetching artifact from run $MOST_RECENT_RUN_ID"
35
35
- |
36
36
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
37
37
-H "Authorization: token $GITHUB_TOKEN" \
38
38
-H "X-GitHub-Api-Version: 2022-11-28" \
39
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
39
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
40
40
| jq '.artifacts[0].archive_download_url')
41
41
- |
42
42
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ phases:
30
30
MOST_RECENT_RUN_ID=$(curl -H "Accept: application/vnd.github+json" \
31
31
-H "Authorization: token ${GITHUB_TOKEN}" \
32
32
-H "X-GitHub-Api-Version: 2022-11-28" \
33
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
33
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
34
34
| jq 'first(.workflow_runs[] | select(.name=="Daily CI") | .id)')
35
35
- |
36
36
echo "DEBUG: Fetching artifact from run $MOST_RECENT_RUN_ID"
37
37
- |
38
38
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
39
39
-H "Authorization: token $GITHUB_TOKEN" \
40
40
-H "X-GitHub-Api-Version: 2022-11-28" \
41
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
41
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
42
42
| jq '.artifacts[0].archive_download_url')
43
43
- |
44
44
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ phases:
28
28
MOST_RECENT_RUN_ID=$(curl -H "Accept: application/vnd.github+json" \
29
29
-H "Authorization: token ${GITHUB_TOKEN}" \
30
30
-H "X-GitHub-Api-Version: 2022-11-28" \
31
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
31
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
32
32
| jq 'first(.workflow_runs[] | select(.name=="Daily CI") | .id)')
33
33
- |
34
34
echo "DEBUG: Fetching artifact from run $MOST_RECENT_RUN_ID"
35
35
- |
36
36
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
37
37
-H "Authorization: token $GITHUB_TOKEN" \
38
38
-H "X-GitHub-Api-Version: 2022-11-28" \
39
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
39
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
40
40
| jq '.artifacts[0].archive_download_url')
41
41
- |
42
42
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ phases:
28
28
MOST_RECENT_RUN_ID=$(curl -H "Accept: application/vnd.github+json" \
29
29
-H "Authorization: token ${GITHUB_TOKEN}" \
30
30
-H "X-GitHub-Api-Version: 2022-11-28" \
31
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
31
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
32
32
| jq 'first(.workflow_runs[] | select(.name=="Daily CI") | .id)')
33
33
- |
34
34
echo "DEBUG: Fetching artifact from run $MOST_RECENT_RUN_ID"
35
35
- |
36
36
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
37
37
-H "Authorization: token $GITHUB_TOKEN" \
38
38
-H "X-GitHub-Api-Version: 2022-11-28" \
39
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
39
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
40
40
| jq '.artifacts[0].archive_download_url')
41
41
- |
42
42
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ phases:
28
28
MOST_RECENT_RUN_ID=$(curl -H "Accept: application/vnd.github+json" \
29
29
-H "Authorization: token ${GITHUB_TOKEN}" \
30
30
-H "X-GitHub-Api-Version: 2022-11-28" \
31
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
31
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs?branch=mainline&status=completed&page=1&exclude_pull_requests=true" \
32
32
| jq 'first(.workflow_runs[] | select(.name=="Daily CI") | .id)')
33
33
- |
34
34
echo "DEBUG: Fetching artifact from run $MOST_RECENT_RUN_ID"
35
35
- |
36
36
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
37
37
-H "Authorization: token $GITHUB_TOKEN" \
38
38
-H "X-GitHub-Api-Version: 2022-11-28" \
39
- "https://api.github.com/repos/aws/aws-encryption-sdk-dafny /actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
39
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-latest_vector_artifact" \
40
40
| jq '.artifacts[0].archive_download_url')
41
41
- |
42
42
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
You can’t perform that action at this time.
0 commit comments