Skip to content

Commit cf99816

Browse files
authored
fix nightlies (#878)
* adds l4_sample download to nightly * not d * Update nightly.yml
1 parent 3a5aa89 commit cf99816

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

webknossos/local_wk_setup.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ function ensure_local_test_wk {
1414
WK_DOCKER_DIR="tests"
1515
pushd $WK_DOCKER_DIR > /dev/null
1616
docker-compose pull webknossos
17+
if [ ! -d binaryData/Organization_X/l4_sample ]; then
18+
mkdir -p binaryData/Organization_X
19+
pushd binaryData/Organization_X > /dev/null
20+
wget https://static.webknossos.org/data/l4_sample.zip
21+
unzip l4_sample.zip
22+
rm l4_sample.zip
23+
popd > /dev/null
24+
fi
1725
USER_UID=$(id -u) USER_GID=$(id -g) docker-compose up -d --no-build webknossos
1826
stop_wk () {
1927
ARG=$?

0 commit comments

Comments
 (0)