Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
infrastructure
unsio
Commits
59b51e03
Commit
59b51e03
authored
Aug 26, 2021
by
LAMBERT Jean-charles
Browse files
replace portus by registry
parent
d877f978
Pipeline
#6126
canceled with stage
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
59b51e03
...
...
@@ -75,7 +75,7 @@ push-testpypi-manylinux2010:
# Push wheel to pypi repos
push-pypi-manylinux2010
:
stage
:
pypi
image
:
portus.lam.fr/jclamber
/unsio/unsio-manylinux2010
image
:
registry.lam.fr/infrastructure
/unsio/unsio-manylinux2010
only
:
variables
:
-
$PYPI == "1"
...
...
@@ -115,7 +115,7 @@ manylinux1 :
# Push wheel to testpypi repos
push-testpypi-manylinux1
:
stage
:
testpypi
image
:
portus.lam.fr/jclamber
/unsio-manylinux1
image
:
registry.lam.fr/infrastructure/unsio
/unsio-manylinux1
only
:
variables
:
-
$TESTPYPI == "1"
...
...
@@ -129,7 +129,7 @@ push-testpypi-manylinux1:
# Push wheel to pypi repos
push-pypi-manylinux1
:
stage
:
pypi
image
:
portus.lam.fr/jclamber
/unsio-manylinux1
image
:
registry.lam.fr/infrastructure/unsio
/unsio-manylinux1
only
:
variables
:
-
$PYPI == "1"
...
...
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