Fix install path.

This commit is contained in:
Ryan McQuen 2020-07-16 14:19:11 -07:00 committed by GitHub
parent ad0582ad6a
commit 48e3e6866f
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: echo $PATH && eval $(gp env -e) && ./install.sh - init: echo $PATH && eval $(gp env -e) && /workspace/rustlings/install.sh
- command: echo $PATH && /workspace/.cargo/bin/rustlings watch - command: echo $PATH && /workspace/.cargo/bin/rustlings watch
image: image:
file: .gitpod.Dockerfile file: .gitpod.Dockerfile