From d17a48c9d3b6711c53d1f4ab5ec01d2f8d4a5ef8 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 29 Oct 2021 22:01:55 +0000 Subject: [PATCH] do not block in execution --- .gitpod.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index a3229b9805..1547608627 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,7 +1,7 @@ # List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ tasks: - name: Setup django - before: | + init: | export INVENTREE_DB_ENGINE='sqlite3' export INVENTREE_DB_NAME='/workspace/InvenTree/dev/database.sqlite3' export INVENTREE_MEDIA_ROOT='/workspace/InvenTree/inventree-data/media' @@ -21,7 +21,6 @@ tasks: gp sync-done setup_server - name: Start server - init: gp sync-await setup_server command: | gp sync-await setup_server export INVENTREE_DB_ENGINE='sqlite3'