File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ BM_JOB_NAME="BMCI-${SANTI_BR_NAME}-${COMMIT_SHA:0:7}-${TIME}"
23
23
24
24
if [[ $COMMIT_MSG != * " [bm]" * ]]; then
25
25
echo " skipping the benchmark jobs."
26
- # exit 0
26
+ exit 0
27
27
fi
28
28
29
29
git config remote.origin.fetch ' +refs/heads/*:refs/remotes/origin/*'
30
30
git fetch --all --unshallow
31
31
32
32
git clone https://github.com/TuringLang/TuringBenchmarks.git ../TuringBenchmarks
33
- # TEMP: use travis-ci branch of TuringBenchmarks
34
- git -C ../TuringBenchmarks checkout -b travis-ci origin/travis-ci
33
+ # Notice: uncomment the following line to use travis-ci branch of TuringBenchmarks
34
+ # git -C ../TuringBenchmarks checkout -b travis-ci origin/travis-ci
35
35
36
36
unset JULIA_PROJECT
37
37
cat > pre.jl << EOF
You can’t perform that action at this time.
0 commit comments