Skip to content
Snippets Groups Projects
Verified Commit b1f32c0a authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Export binary as artifact

parent d179258c
No related branches found
No related merge requests found
Pipeline #15466 passed
stages:
- test
- build
- deploy
test:
image: rust:1.82.0-slim-bookworm
......@@ -10,3 +11,15 @@ test:
include:
- component: gitlab.sauerburger.com/sauerburger-it/devops/kaniko-build@0.2.1-alpha
deploy:
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
stage: deploy
variables:
GIT_STRATEGY: none
script:
- cp /bin/tcpjunction .
artifacts:
paths:
- tcpjunction
expire_in: 30 days
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