We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b9a64 commit 3f039a0Copy full SHA for 3f039a0
1 file changed
scripts/bash/merge-branch.sh
@@ -37,6 +37,7 @@ if [ $? -ne 0 ]; then
37
exit 1
38
else:
39
echo "INFO: local changes successfully pushed to openshift master"
40
+fi
41
42
# deploy master
43
rhc deploy master -a WebDevelopment
@@ -61,4 +62,4 @@ git branch -u origin/master
61
62
if [ $? -ne 0 ]; then
63
echo "ERROR: unable to set local master branch to track from origin/master"
64
-fi
65
0 commit comments