Build installer before make ci-img
This commit is contained in:
parent
cdf9a708f0
commit
cee3cef510
|
@ -34,6 +34,7 @@ img:
|
||||||
- |
|
- |
|
||||||
source "$HOME/.cargo/env" &&
|
source "$HOME/.cargo/env" &&
|
||||||
cargo install --version 0.1.1 cargo-config &&
|
cargo install --version 0.1.1 cargo-config &&
|
||||||
|
cargo build --manifest-path installer/Cargo.toml --release &&
|
||||||
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME REPO_BINARY=1
|
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME REPO_BINARY=1
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue