Why do they both need evals?

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

View file

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