Move PATH.

This commit is contained in:
Ryan McQuen 2020-07-16 14:22:10 -07:00 committed by GitHub
parent 8ae9025489
commit f29a79edb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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