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

maybe these will resolve?

parent 193b763b
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 "$SOURCE_BRANCH") -eq $(git rev-parse "$TARGET_BRANCH") ]; then
if [ $(git rev-parse origin/"$SOURCE_BRANCH") -eq $(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