Loading snippets/basop/branch-is-up-to-date-with-target-pre.sh +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ echo "$MERGE_TARGET_COMMIT" >"$MERGE_TARGET_COMMIT_FILE" set -x # to get the commit SHAs for the float reference branches, we need to clone the repo here git clone $URL_FLOAT_REPO $FLOAT_DIR git clone $URL_FLOAT_REPO $FLOAT_DIR --depth 1 # below here we will be in the float repo! cd $FLOAT_DIR Loading Loading
snippets/basop/branch-is-up-to-date-with-target-pre.sh +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ echo "$MERGE_TARGET_COMMIT" >"$MERGE_TARGET_COMMIT_FILE" set -x # to get the commit SHAs for the float reference branches, we need to clone the repo here git clone $URL_FLOAT_REPO $FLOAT_DIR git clone $URL_FLOAT_REPO $FLOAT_DIR --depth 1 # below here we will be in the float repo! cd $FLOAT_DIR Loading