mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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
This commit is contained in:
parent
83b74b2566
commit
2246633628
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user