From 776e39fd5027903fb9d39323a5422b68626ea462 Mon Sep 17 00:00:00 2001 From: Uwe Schmitt <uwe.schmitt@id.ethz.ch> Date: Wed, 8 May 2019 21:22:52 +0200 Subject: [PATCH] updated install.sh --- setup_eth_course_rooms/install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup_eth_course_rooms/install.sh b/setup_eth_course_rooms/install.sh index 90c7d1a..de0fad0 100755 --- a/setup_eth_course_rooms/install.sh +++ b/setup_eth_course_rooms/install.sh @@ -16,12 +16,7 @@ trap 'err $LINENO' ERR WORKSHOP_TMP=${HOME}/tmp/ml_workshop_notebooks -if [[ ${MACHTYPE} == *darwin* ]]; then - # local testing - BASE_URL="file:///${PWD}" -else - BASE_URL="https://sis.id.ethz.ch/mlw" -fi; +BASE_URL="https://sis.id.ethz.ch/mlw" rm -rf ${WORKSHOP_TMP}/* -- GitLab