Skip to content
Snippets Groups Projects
Unverified Commit bcb81e3e authored by Jeremy Soller's avatar Jeremy Soller
Browse files

GitLab CI: Set PATH to include rustup before bootstrap

parent b568b4d5
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ img: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment