From 224663362801a61ae8698f4ca3e82009900b0cda Mon Sep 17 00:00:00 2001 From: Matthias Mair <66015116+matmair@users.noreply.github.com> Date: Sat, 30 Oct 2021 00:03:34 +0200 Subject: [PATCH] Gitpod (#24) * Create .gitpod.yml * split up command * monolythic may be better * set envs per export * use dev for data * trying the split again * added sync command * cleanup * Update .gitpod.yml settings for prebuilds * add dataset import * remove check - might block PRs * switch execution flow * do not block in execution * for deletion in script --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index a3229b9805..cf49f4d849 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -15,7 +15,7 @@ tasks: mkdir dev inv update git clone git@github.com:inventree/demo-dataset.git /workspace/InvenTree/inventree-data - invoke delete-data + invoke delete-data -f invoke import-records -f /workspace/InvenTree/inventree-data/inventree_data.json gp sync-done setup_server