From: beierlm Date: Tue, 17 May 2022 15:29:02 +0000 (-0400) Subject: Fix typo X-Git-Tag: v10.1.1-rc1~5 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=10fd72299d9e2852227b6e974b7965815f3fd1d6;p=osm%2Fdevops.git Fix typo Due to manual cherry pick and conflict resolution of https://osm.etsi.org/gerrit/c/osm/devops/+/12030 an extra 'exit 0' was added. This change removes it. Change-Id: Ic5c538ad1df203e50a9a77c79e98e157d77c0d85 Signed-off-by: beierlm --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index d9f09954..3a59416e 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1913,9 +1913,6 @@ if [ -n "$CHARMED" ]; then exit 0 fi - exit 0 -fi - # if develop, we force master [ -z "$COMMIT_ID" ] && [ -n "$DEVELOP" ] && COMMIT_ID="master"