mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update .gitpod.yml
added in github RSA fingerprint
This commit is contained in:
parent
6e1c42374c
commit
cab1b0dc46
@ -1,4 +1,4 @@
|
|||||||
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
|
# Below the RSA fingerprint for github is hard-encoded. If that does not match in the next few years GH had a bad day.
|
||||||
tasks:
|
tasks:
|
||||||
- name: Setup django
|
- name: Setup django
|
||||||
before: |
|
before: |
|
||||||
@ -12,6 +12,7 @@ tasks:
|
|||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install invoke
|
pip install invoke
|
||||||
inv install
|
inv install
|
||||||
|
echo 'nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8' >> ~/.ssh/known_hosts
|
||||||
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
|
||||||
mkdir dev
|
mkdir dev
|
||||||
inv update
|
inv update
|
||||||
|
Loading…
Reference in New Issue
Block a user