Eval is great.

This commit is contained in:
Ryan McQuen 2020-07-16 13:46:30 -07:00 committed by GitHub
parent e78fe4ec5f
commit 6c78672e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
tasks: tasks:
- before: gp env -e PATH="/usr/local/cargo/bin:$PATH" - before: gp env -e PATH="/usr/local/cargo/bin:$PATH"
- init: ./install.sh - init: eval $(gp env -e) && ./install.sh
- command: ~/.cargo/bin/rustlings watch - command: ~/.cargo/bin/rustlings watch
image: image:
file: .gitpod.Dockerfile file: .gitpod.Dockerfile