diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-08 16:58:30 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-08 16:58:34 +0100 |
commit | 6214bfb8b261e8325e3ae3a063ccf7c6f68f7605 (patch) | |
tree | 95cd482c3beb73f062e69fb8ff5fc44902573046 /integration/src/main/scripts/release/getReleaseData.sh | |
parent | 18a9ae57de6ba8fed4f8a4d1a1ba5302b5527e8b (diff) |
Fix small bugs in release scripts
- Correct handling of snapshots on Docker files
- Extra phase for submitting the release data
- Spacing on printouts
Issue-ID: POLICY-4333
Change-Id: I359942f91045bcdb7845cdf70fe7b1e55f6fd08a
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration/src/main/scripts/release/getReleaseData.sh')
-rwxr-xr-x | integration/src/main/scripts/release/getReleaseData.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/src/main/scripts/release/getReleaseData.sh b/integration/src/main/scripts/release/getReleaseData.sh index ff0df042..4ebcdb62 100755 --- a/integration/src/main/scripts/release/getReleaseData.sh +++ b/integration/src/main/scripts/release/getReleaseData.sh @@ -118,6 +118,7 @@ update_repos() { for repo in "${pf_repos[@]}" do + echo "" echo "updating data from repo $repo branch $branch to data file '$release_data_file' . . ." if [ -d "$repo_location/$repo" ] |