Skip to content

Commit 3350907

Browse files
committed
Stop running scala/scala tests instead of our junit tests.
1 parent d471211 commit 3350907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ update() {
99
git fetch --tags "https://github.com/$1/$2.git"
1010
(git fetch "https://github.com/$1/$2.git" $4 && git checkout -fq FETCH_HEAD) #|| git checkout -fq $4 # || fallback is for local testing on tag
1111
git reset --hard
12+
cd -
1213
}
1314

1415
export LC_ALL=en_US.UTF-8

0 commit comments

Comments
 (0)