We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fa88d commit c091d4bCopy full SHA for c091d4b
1 file changed
commit
@@ -8,9 +8,9 @@ DEFAULT_COMMIT="git commit -m \"$1\""
8
9
if [ "$CURRENT_BRANCH" != "dev" ] && [ "$CURRENT_BRANCH" != "master" ] && [ "$CURRENT_BRANCH" != "qa" ] && [ "$CURRENT_BRANCH" != "uat" ] && [ "$CURRENT_BRANCH" != "staging" ]
10
then
11
- echo "Commiting with branch name-> $CURRENT_BRANCH"
12
- eval $COMMIT_WITH_BRANCH
+ echo "Commiting with branch name-> $CURRENT_BRANCH"
+ eval $COMMIT_WITH_BRANCH
13
else
14
echo "Commiting with default branch"
15
- eval $DEFAULT_COMMIT
+ eval $DEFAULT_COMMIT
16
fi
0 commit comments