projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18d047f
)
Fix typo
67/12067/1
author
beierlm
<mark.beierl@canonical.com>
Tue, 17 May 2022 15:29:02 +0000
(11:29 -0400)
committer
beierlm
<mark.beierl@canonical.com>
Tue, 17 May 2022 15:29:02 +0000
(11:29 -0400)
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 <mark.beierl@canonical.com>
installers/full_install_osm.sh
patch
|
blob
|
history
diff --git
a/installers/full_install_osm.sh
b/installers/full_install_osm.sh
index
d9f0995
..
3a59416
100755
(executable)
--- 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"