Cleanup gitlab CI script
This commit is contained in:
parent
c3be572aa5
commit
b553383a8e
|
@ -1,3 +1,5 @@
|
||||||
|
image: "ubuntu:18.04"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: "pull"
|
GIT_STRATEGY: "pull"
|
||||||
GIT_SUBMODULE_STRATEGY: "recursive"
|
GIT_SUBMODULE_STRATEGY: "recursive"
|
||||||
|
@ -30,13 +32,7 @@ img:
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
source "$HOME/.cargo/env" &&
|
source "$HOME/.cargo/env" &&
|
||||||
rustup update &&
|
|
||||||
rustup component add rust-src &&
|
|
||||||
cargo install cargo-config cargo-xbuild xargo &&
|
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
|
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue