Update lib test for babashka.curl

This commit is contained in:
Michiel Borkent 2020-03-03 11:02:45 +01:00
parent 3e810bc2ed
commit e1a705ffba
2 changed files with 2 additions and 2 deletions

2
sci

@ -1 +1 @@
Subproject commit 51a6f358f1e1e18048e7138c80b8896f50cab6ee
Subproject commit f2424029275dac218396d9d532a8bb757aaac1db

View file

@ -2,7 +2,7 @@
set -eo pipefail
export BABASHKA_CLASSPATH=$(clojure -Sdeps '{:deps {babasha.curl {:git/url "https://github.com/borkdude/babashka.curl" :sha "1ec005d0c11d316bc5e6ab38e34546c75055f33b"}}}' -Spath)
export BABASHKA_CLASSPATH=$(clojure -Sdeps '{:deps {babasha.curl {:git/url "https://github.com/borkdude/babashka.curl" :sha "6a4de335fa0ba75814567e013a286cafcabff8c0"}}}' -Spath)
if [ "$BABASHKA_TEST_ENV" = "native" ]; then
BB_CMD="./bb"