From e873da25f107d6bc54fe554eb6735714fe8106dd Mon Sep 17 00:00:00 2001
From: Chandrasekhar Ramakrishnan <cramakri@ethz.ch>
Date: Wed, 13 May 2020 09:01:04 +0000
Subject: [PATCH] fix: skip updating mobility data until we can fix the renku
 run problem

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15a846dcf..c6600b661 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,7 +76,6 @@ datasets:
     - renku dataset add covid-19-chile -s data/*.csv  -s data/covid19_chile.rds https://github.com/itoledor/coronavirus.git --force || true
     - renku dataset add covidtracker https://ocgptweb.azurewebsites.net/CSVDownload -d covidtracker.csv --force || true
     - renku rerun data/covidtracking/states-metadata.json data/covidtracking/states-daily.json
-    - renku run papermill -p out_folder ./data/distancing-metrics/ --inject-paths notebooks/process/download-distancing-data.ipynb runs/download-distancing-data.runs.ipynb
     - git push --set-upstream origin $BRANCH_NAME
 
 notebooks:
-- 
GitLab