Update .gitpod.yml

added in github RSA fingerprint
This commit is contained in:
Matthias Mair 2021-10-30 00:22:43 +02:00 committed by GitHub
parent 6e1c42374c
commit cab1b0dc46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
- name: Setup django
before: |
@ -12,6 +12,7 @@ tasks:
source venv/bin/activate
pip install invoke
inv install
echo 'nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8' >> ~/.ssh/known_hosts
git clone git@github.com:inventree/demo-dataset.git /workspace/InvenTree/inventree-data
mkdir dev
inv update