Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCData
lhc-sm-api
Commits
c94c925c
Commit
c94c925c
authored
Jun 23, 2022
by
Alessio Cosenza
Browse files
[SIGMON-325] upd: removed stages
parent
c314a9cf
Pipeline
#4135922
failed with stages
in 14 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c94c925c
...
...
@@ -94,29 +94,6 @@ sonar:
script
:
-
bash CI/sonar.sh
build_wheel
:
stage
:
build
extends
:
.acc_py_build_wheel
deploy_production
:
stage
:
deploy
extends
:
.acc_py_release_wheel
rules
:
-
when
:
always
script
:
-
python -m pip install twine
-
python -m twine upload --verbose --repository-url ${PYPI_UPLOAD_URL} -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} ${project_root}/wheelhouse/*.whl
# Deploy package
# extends:
# stage: deploy
# script:
# - pip install twine
# - python setup.py sdist
# - twine upload --verbose --skip-existing dist/*
# only:
# - tags
deploy_production_eos
:
stage
:
deploy
variables
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment