updated .gitlab-ci.yml
This commit is contained in:
parent
d6f0ecb7f1
commit
0357c1fb5e
1 changed files with 1 additions and 17 deletions
|
@ -28,23 +28,7 @@ cargo-build:
|
||||||
- .cargo/registry/cache/
|
- .cargo/registry/cache/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/release/verification_service
|
- target/release/bin
|
||||||
|
|
||||||
#cargo-test:
|
|
||||||
# stage: test
|
|
||||||
# image: rust:alpine
|
|
||||||
# variables:
|
|
||||||
# CARGO_HOME: $CI_PROJECT_DIR/.cargo
|
|
||||||
# before_script:
|
|
||||||
# - apk add build-base git cmake
|
|
||||||
# script:
|
|
||||||
# - cargo test --release
|
|
||||||
# cache:
|
|
||||||
# key: $CI_COMMIT_REF_SLUG
|
|
||||||
# paths:
|
|
||||||
# - target/
|
|
||||||
# - .cargo/registry/index/
|
|
||||||
# - .cargo/registry/cache/
|
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
stage: pack
|
stage: pack
|
||||||
|
|
Loading…
Reference in a new issue