Skip to content

Commit e1962d2

Browse files
committed
Fix: scripts/code-style.sh
1 parent 0973a13 commit e1962d2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/code-style.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ set -e
2020
FOLDERS_TO_FORMAT=("dags" "xlml")
2121

2222
HEAD_SHA="$(git rev-parse HEAD)"
23-
<<<<<<< HEAD
2423
BASE_BRANCH="dev"
25-
=======
26-
BASE_BRANCH="tpu-obs/dev"
27-
>>>>>>> fdcca93 ([cienet-private] Enable workflow checks for the primary working branches)
2824

2925
if ! git rev-parse --verify "$BASE_BRANCH" >/dev/null 2>&1; then
3026
git fetch origin "$BASE_BRANCH":"$BASE_BRANCH" || {

0 commit comments

Comments
 (0)