Skip to content

Commit

Permalink
Add more logging of all files to be archived (#4595)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored Sep 21, 2020
1 parent 65dad73 commit fffe26f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions deploy/ci/tasks/dev-releases/generate-tag-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,13 @@ run:
echo "Created v2-alpha-tag, v2-version and build-args."
echo "Contents of build-args:"
cat build-args
echo "Contents of files to be packaged:"
echo "Contents of ui-build-args:"
cat ui-build-args
echo "Contents of v2-alpha-tag:"
cat v2-alpha-tag
echo "Contents of image-labels:"
cat image-labels
for f in *; do
echo "File: $f ______________________________________________________"
cat $f
echo ""
done
set -x
Expand Down

0 comments on commit fffe26f

Please sign in to comment.