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

Build installer before make ci-img

parent cdf9a708
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ img: ...@@ -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:
......
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