Skip to content
Snippets Groups Projects
Commit 5a8402b2 authored by Guillaume Pernot's avatar Guillaume Pernot
Browse files

Merge branch 'feat-conda-build' into 'develop'

Feat conda build

See merge request orfeotoolbox/otb!689
parents 1e766c1e 1b7965cb
No related branches found
No related tags found
No related merge requests found
......@@ -27,4 +27,4 @@ source /build/anaconda3/bin/activate
ANACONDA_ORGANIZATION="orfeotoolbox"
anaconda login --username ${ANACONDA_LOGIN} --password ${ANACONDA_PASSWORD} --hostname ${CI_JOB_ID}
anaconda upload --user ${ANACONDA_ORGANIZATION} conda-bld/*.tar.bz2
anaconda upload --force --user ${ANACONDA_ORGANIZATION} conda-bld/*.tar.bz2 || /bin/true
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