Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Release pipeline: tag files logging #4595

Merged
merged 2 commits into from
Sep 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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