Skip to content

Commit

Permalink
Fix netlify build issues
Browse files Browse the repository at this point in the history
This fixes some of the netlify build issues
also changes the default build env to xenial
  • Loading branch information
abhishalya committed Jul 5, 2020
1 parent 2f88470 commit 3a9f06c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6
3.7

0 comments on commit 3a9f06c

Please sign in to comment.