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
ab4abd8e
Commit
ab4abd8e
authored
Aug 20, 2017
by
Daniel Scheffler
Browse files
Fix.
parent
e69c275e
Pipeline
#728
failed with stages
in 1 minute and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ab4abd8e
...
...
@@ -75,10 +75,9 @@ deploy_anaconda:
script
:
-
source /root/anaconda3/bin/activate
-
conda install -y -q conda-build
#- conda install -y -q m2-patch # https://stackoverflow.com/questions/40392161/building-conda-skeleton-from-pypi-package-throws-error
-
yum install -y patch
-
conda skeleton pypi py_tools_ds --output-dir ~/py_tools_ds
# create recipe
#- conda skeleton pypi py_tools_ds --output-dir public/conda.recipe/py_tools_ds # create recipe
-
yum install -y patch
# https://stackoverflow.com/questions/40392161/building-conda-skeleton-from-pypi-package-throws-error
#- conda skeleton pypi py_tools_ds --output-dir ~/py_tools_ds # create recipe
-
conda skeleton pypi py_tools_ds --output-dir public/conda.recipe/py_tools_ds
# create recipe
-
conda config --set anaconda_upload yes
# enable auto-upload to anaconda
-
anaconda login --username ${ANACONDA_USER} --password ${ANACONDA_PASSWORD}
-
conda build -c conda-forge public/conda.recipe/py_tools_ds
# --output returns package name
...
...
Write
Preview
Markdown
is supported
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