summaryrefslogtreecommitdiffstats
path: root/integration/src/release_scripts/getReleaseData.sh
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-01-11 12:18:00 +0000
committerliamfallon <liam.fallon@est.tech>2022-01-11 12:18:03 +0000
commit0c3008fd6b925edc26c282901fafac17d516abff (patch)
tree7b002938d0c4ae9c2bd5bf5701f882267e823cb9 /integration/src/release_scripts/getReleaseData.sh
parent6d9bfb27629db7f10fdc7f5971448c482aa8f41a (diff)
sed inline linux format/data header fixed
Bug fixes discovered doing documentation:: - Scripts should use the linux sed inline format, not MacOS - Repo column header missing in data file Issue-ID: POLICY-3835 Change-Id: Icd51fecac4b19b0354f5a792e1ed2d0eff3829a9 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration/src/release_scripts/getReleaseData.sh')
-rwxr-xr-xintegration/src/release_scripts/getReleaseData.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/src/release_scripts/getReleaseData.sh b/integration/src/release_scripts/getReleaseData.sh
index 6eefdd14..dce8fa2c 100755
--- a/integration/src/release_scripts/getReleaseData.sh
+++ b/integration/src/release_scripts/getReleaseData.sh
@@ -126,8 +126,8 @@ update_repos() {
get_tags() {
- echo "Last Tag version,Master Snapshot Version,Changed Files,Docker images"
- echo "Last Tag version,Master Snapshot Version,Changed Files,Docker images" > $release_data_file
+ echo "Repo, Last Tag Version,Master Snapshot Version,Changed Files,Docker Images"
+ echo "repo, Last Tag Version,Master Snapshot Version,Changed Files,Docker Images" > $release_data_file
for repo in "${pf_repos[@]}"
do
latest_released_tag=`git -C $repo_location/$repo tag | \