Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ipythonxiaobo
otb
Commits
46178fb3
Commit
46178fb3
authored
Feb 14, 2020
by
guillaume pernot
Browse files
Merge branch 'feat-conda-build' into 'release-7.1'
fixed /bin/true path See merge request
orfeotoolbox/otb!691
parents
52fc6a56
1b7965cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/conda_deploy.sh
View file @
46178fb3
...
...
@@ -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
--force
--user
${
ANACONDA_ORGANIZATION
}
conda-bld/
*
.tar.bz2
||
/usr
/bin/true
anaconda upload
--force
--user
${
ANACONDA_ORGANIZATION
}
conda-bld/
*
.tar.bz2
||
/bin/true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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