Move PATH export.

This commit is contained in:
Ryan McQuen 2020-07-16 13:31:54 -07:00 committed by GitHub
parent 26d65fdcd2
commit 8113ef56f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
tasks:
- before: export PATH="/usr/local/cargo/bin:$PATH"
- init: ./install.sh
- init: export PATH="/usr/local/cargo/bin:$PATH" && ./install.sh
- command: ~/.cargo/bin/rustlings watch
image:
file: .gitpod.Dockerfile