X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fsrc%2Frelease_scripts%2FgenerateCommit.sh;h=8c21c308bb0ea9678446faf7c4591f31a8772b78;hb=81c2c515c4c92cb77d7bc31eb2f2771ca2063216;hp=327759279f3aa75d07cceac99fa7361475842a6f;hpb=1daae3e877d5446c7ec5dac4ca5f28ca1637e393;p=policy%2Fparent.git diff --git a/integration/src/release_scripts/generateCommit.sh b/integration/src/release_scripts/generateCommit.sh index 32775927..8c21c308 100755 --- a/integration/src/release_scripts/generateCommit.sh +++ b/integration/src/release_scripts/generateCommit.sh @@ -4,7 +4,7 @@ # ============LICENSE_START================================================ # ONAP # ========================================================================= -# Copyright (C) 2021 Nordix Foundation. +# Copyright (C) 2021-2022 Nordix Foundation. # ========================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,6 +20,8 @@ # ============LICENSE_END================================================== # +set -e + SCRIPT_NAME=`basename $0` repo_location="./" @@ -137,10 +139,10 @@ then commit_msg_temp_file=$(mktemp) echo "$commit_header" > $commit_msg_temp_file echo "" >> $commit_msg_temp_file - echo "*** This commit is generated by a PF release script ***" >> $commit_msg_temp_file - echo "" >> $commit_msg_temp_file echo "$commit_message" >> $commit_msg_temp_file echo "" >> $commit_msg_temp_file + echo "*** This commit is generated by a PF release script ***" >> $commit_msg_temp_file + echo "" >> $commit_msg_temp_file echo "Issue-ID: $issue_id" >> $commit_msg_temp_file git -C $repo_location/$specified_repo add .