Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Oct 1, 2024
1 parent 93ecaa1 commit 4a674ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ jobs:
with:
inlineScript: |
echo "Running azcopy"
/usr/local/bin/azcopy \
copy \
test_dir \
https://pactadatadev.dfs.core.windows.net/ghactions-workflow-transition-monitor-results-reports/foo \
--recursive
echo "running az storage fs"
az storage fs directory upload \
--source "test_dir" \
--file-system "ghactions-workflow-transition-monitor-results-reports" \
Expand Down

0 comments on commit 4a674ff

Please sign in to comment.