Skip to content

Commit

Permalink
Azure bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Jan 27, 2025
1 parent c923fb6 commit 85ab5c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
with:
# azcliversion: 2.30.0
inlineScript: |
tdnf install -y azcopy;
echo "pacta_data_dir: $PACTA_DATA_DATE_DIR"
az storage copy \
--source "$PACTA_DATA_URL/*" \
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
RESULTS_URL: ${{ inputs.results-url }}
with:
inlineScript: |
tdnf install -y azcopy;
unique_directory="$RESULTS_URL/$GITHUB_REF_NAME/$GITHUB_RUN_NUMBER/$GITHUB_RUN_ATTEMPT/$CONFIG_NAME"
az storage copy \
--source "$ANALYSIS_OUTPUT_DIR" \
Expand Down

0 comments on commit 85ab5c2

Please sign in to comment.