We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0973a13 commit e1962d2Copy full SHA for e1962d2
1 file changed
scripts/code-style.sh
@@ -20,11 +20,7 @@ set -e
20
FOLDERS_TO_FORMAT=("dags" "xlml")
21
22
HEAD_SHA="$(git rev-parse HEAD)"
23
-<<<<<<< HEAD
24
BASE_BRANCH="dev"
25
-=======
26
-BASE_BRANCH="tpu-obs/dev"
27
->>>>>>> fdcca93 ([cienet-private] Enable workflow checks for the primary working branches)
28
29
if ! git rev-parse --verify "$BASE_BRANCH" >/dev/null 2>&1; then
30
git fetch origin "$BASE_BRANCH":"$BASE_BRANCH" || {
0 commit comments