ci: stop sourcing the cargo env
The image now puts $CARGO_HOME/bin on PATH itself.merge-requests/20/merge
parent
651c5e743b
commit
612fb75aac
|
|
@ -9,9 +9,6 @@ vlc-rs-build:
|
||||||
- docker
|
- docker
|
||||||
- amd64
|
- amd64
|
||||||
stage: build
|
stage: build
|
||||||
image:
|
image: $VLC_UBUNTU_IMAGE
|
||||||
name: $VLC_UBUNTU_IMAGE
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- . $CARGO_HOME/env
|
|
||||||
- cargo build --all
|
- cargo build --all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue