Skip to content
Snippets Groups Projects
Commit 620e602b authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

use bash a bit better

parent be6305fc
Branches
No related tags found
2 merge requests!328update production,!318Automatically create production update MRs
......@@ -44,7 +44,7 @@ ensure_changes() {
local TARGET_BRANCH=$1
shift
if [ $(git rev-parse origin/"$SOURCE_BRANCH") -eq $(git rev-parse origin/"$TARGET_BRANCH") ]; then
if [ "$(git rev-parse origin/"$SOURCE_BRANCH")" = "$(git rev-parse origin/"$TARGET_BRANCH")" ]; then
return 1
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment