X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fsrc%2Fmain%2Fscripts%2Frelease%2FreleasePhase.sh;h=f29bbd3d1f774733379c75fc4e57b76970e12ff3;hb=971f70df0dc4ed5f9320d231f290d0e17e4cb7ab;hp=789e7f18c99de4fa1aabcc516c579dd363b26eeb;hpb=0be115949ece2e4538fac7b413880c5429c24b48;p=policy%2Fparent.git 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" \