Skip to content
Snippets Groups Projects
Commit ab0caa31 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Merge branch 'no-publication' into 'master'

Disable publication through CI

Closes #9

See merge request !9
parents 46f37dc5 40cd86fe
No related branches found
No related tags found
1 merge request!9Disable publication through CI
Pipeline #193473 passed
......@@ -106,32 +106,3 @@ bump-python-deps:
script:
- devops python-deps pyproject.toml
publish-worker:
stage: release
allow_failure: true
image: registry.gitlab.teklia.com/arkindex/cli:latest
script:
- arkindex -p "$ARKINDEX_INSTANCE" --gitlab-secure-file arkindex-cli.yaml worker publish "$CI_REGISTRY_IMAGE:$VERSION"
rules:
# Never run on scheduled pipelines
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never
# Use commit tag when running on tagged commit
- if: $CI_COMMIT_TAG
variables:
VERSION: $CI_COMMIT_TAG
- when: on_success
parallel:
matrix:
- ARKINDEX_INSTANCE:
# Publish worker on https://preprod.arkindex.teklia.com
- preprod
# Publish worker on https://demo.arkindex.org
- demo
# Publish worker on https://arkindex.teklia.com
- prod
- elephant
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