GitLab CI: Set PATH to include rustup before bootstrap
This commit is contained in:
parent
b568b4d53e
commit
bcb81e3e3f
|
@ -10,8 +10,8 @@ img:
|
||||||
apt-get update -qq &&
|
apt-get update -qq &&
|
||||||
apt-get install -qq -y curl &&
|
apt-get install -qq -y curl &&
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none &&
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none &&
|
||||||
./bootstrap.sh -d &&
|
|
||||||
source "$HOME/.cargo/env" &&
|
source "$HOME/.cargo/env" &&
|
||||||
|
./bootstrap.sh -d &&
|
||||||
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
|
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue