Skip to content
Snippets Groups Projects

Publish worker preprod

Merged Yoann Schneider requested to merge publish-worker-preprod into main
1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
+ 13
0
@@ -82,3 +82,16 @@ bump-python-deps:
script:
- devops python-deps requirements.txt
publish-worker:
stage: release
image: registry.gitlab.teklia.com/arkindex/cli:latest
script:
- arkindex -p $ARKINDEX_INSTANCE --gitlab-secure-file arkindex-cli.yaml worker publish "$CI_REGISTRY_IMAGE:${CI_COMMIT_TAG:-latest}"
parallel:
matrix:
- ARKINDEX_INSTANCE:
- preprod
Loading