summaryrefslogtreecommitdiffstats
path: root/integration/src/main/scripts/release/releasePhase.sh
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-10-20 11:52:08 +0100
committerliamfallon <liam.fallon@est.tech>2022-10-20 12:12:44 +0100
commit971f70df0dc4ed5f9320d231f290d0e17e4cb7ab (patch)
tree2ccd1bd1b52e964c8c0fec3d332688abdb068d26 /integration/src/main/scripts/release/releasePhase.sh
parent0be115949ece2e4538fac7b413880c5429c24b48 (diff)
Make tag specification mandatory on release data
Also upgrades apache commons text. Issue-ID: POLICY-4045 Change-Id: Id93f9f92864403eecc198325f6f9dc8083532aab Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration/src/main/scripts/release/releasePhase.sh')
-rwxr-xr-xintegration/src/main/scripts/release/releasePhase.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/integration/src/main/scripts/release/releasePhase.sh b/integration/src/main/scripts/release/releasePhase.sh
index 789e7f18..f29bbd3d 100755
--- a/integration/src/main/scripts/release/releasePhase.sh
+++ b/integration/src/main/scripts/release/releasePhase.sh
@@ -391,11 +391,10 @@ release_phase_14() {
release_phase_15() {
echo "Updating release data file . . ."
updateRefs.sh \
- -f \
+ -t "$release_data_file_tag" \
-d "$release_data_file" \
-l "$repo_location" \
- -r "policy/parent" \
- -t "$release_data_file_tag"
+ -r "policy/parent"
generateCommit.sh \
-l "$repo_location" \
-r "policy/parent" \