Change execution path.
This commit is contained in:
parent
09bef69e3a
commit
ad0582ad6a
|
@ -1,7 +1,7 @@
|
|||
tasks:
|
||||
- before: gp env -e PATH="/usr/local/cargo/bin:$PATH"
|
||||
- init: echo $PATH && eval $(gp env -e) && ./install.sh
|
||||
- command: echo $PATH && ~/.cargo/bin/rustlings watch
|
||||
- command: echo $PATH && /workspace/.cargo/bin/rustlings watch
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
|
|
Loading…
Reference in a new issue