Skip to content

Commit

Permalink
check variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosttveit committed Oct 17, 2024
1 parent 9b591ba commit d9f38db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/revert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ else
else
echo "Publishing files to azure cdn"
fi
echo $TARGET
echo $APP_MAJOR
echo $APP_MAJOR_MINOR
echo
azcopy sync "$TARGET" "$AZURE_TARGET_URI/toolkits${AZURE_STORAGE_ACCOUNT_TOKEN}" "${AZCOPY_TOOLKITS_OPTS[@]}" "${AZCOPY_ADDITIONAL_OPTS[@]}"
echo "-------------------------------------"
if [[ "$SYNC_AZURE_CDN" != "no" ]]; then
Expand Down

0 comments on commit d9f38db

Please sign in to comment.