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
Daniel Scheffler
py_tools_ds
Commits
f784494d
Commit
f784494d
authored
Dec 13, 2018
by
Daniel Scheffler
Browse files
Added additional stage to fix deployment order.
parent
0165abc9
Pipeline
#3376
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f784494d
...
...
@@ -13,7 +13,8 @@ variables:
stages
:
-
test
-
deploy
-
deploy_pypi
-
deploy_conda
-
cleanup
...
...
@@ -105,7 +106,7 @@ pages: # this job must be called 'pages' to advise GitLab to upload content to
deploy_pypi
:
stage
:
deploy
stage
:
deploy
_pypi
dependencies
:
-
test_py_tools_ds
script
:
# Configure the PyPI credentials, then push the package, and cleanup the creds.
...
...
@@ -123,9 +124,9 @@ deploy_pypi:
deploy_anaconda
:
stage
:
deploy
stage
:
deploy
_conda
dependencies
:
-
deploy_pypi
-
test_py_tools_ds
script
:
-
source /root/miniconda3/bin/activate
-
conda install -y -q conda-build anaconda-client
...
...
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