* 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
This commit is contained in:
Matthias Mair 2021-10-30 00:03:34 +02:00 committed by GitHub
parent 83b74b2566
commit 2246633628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ tasks:
mkdir dev mkdir dev
inv update inv update
git clone git@github.com:inventree/demo-dataset.git /workspace/InvenTree/inventree-data 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 invoke import-records -f /workspace/InvenTree/inventree-data/inventree_data.json
gp sync-done setup_server gp sync-done setup_server