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

Cleanup gitlab CI script

parent c3be572a
No related branches found
No related tags found
No related merge requests found
image: "ubuntu:18.04"
variables:
GIT_STRATEGY: "pull"
GIT_SUBMODULE_STRATEGY: "recursive"
......@@ -30,13 +32,7 @@ img:
script:
- |
source "$HOME/.cargo/env" &&
rustup update &&
rustup component add rust-src &&
cargo install cargo-config cargo-xbuild xargo &&
pushd bootloader-efi &&
rustup update &&
rustup component add rust-src &&
popd &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
artifacts:
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