Skip to content
Snippets Groups Projects
Commit 462288f9 authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Deploy the core sampler to the gitlab package index

parent f48c22b7
No related branches found
Tags end-of-sprint/5
2 merge requests!1452Merge 2.8.2 to main,!1348Deploy the core sampler to the gitlab package index
Pipeline #9871 failed
......@@ -324,6 +324,16 @@ push web:
# needs:
# - unit test dev ui
push core_sampler:
image: python:latest
stage: push
before_script:
- cd apps/cli/utilities/core_sampler
- pip install flit
- pip install '.[deploy]'
script:
- cd apps/cli/utilities/core_sampler
- FLIT_INDEX_URL=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi FLIT_USERNAME=gitlab-ci-token FLIT_PASSWORD=${CI_JOB_TOKEN} flit publish
###############################################
# Clean Pipeline of Service and Web Images
......
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