From 3a9f06c0ffb4292fc246645ced9c95bd440270a1 Mon Sep 17 00:00:00 2001 From: Abhinav Kaushlya Date: Sat, 4 Jul 2020 13:24:21 +0530 Subject: [PATCH] Fix netlify build issues This fixes some of the netlify build issues also changes the default build env to xenial --- .ci/build.sh | 3 ++- runtime.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/build.sh b/.ci/build.sh index 1f01164d..2118eada 100755 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -13,7 +13,8 @@ EXPORTED_DATA="static/tasks.yaml static/instances.yaml static/$META_REVIEW_DATA" ISSUES_JSON="issues.json" -python manage.py fetch_deployed_data --allow-failure _site $EXPORTED_DATA +python manage.py fetch_deployed_data _site $EXPORTED_DATA \ + --repo-name community --hoster github if [[ -n "$GCI_TOKEN" ]]; then python manage.py fetch_gci_task_data private diff --git a/runtime.txt b/runtime.txt index d70c8f8d..475ba515 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -3.6 +3.7