Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Kurečka
Plumed AlphaFold
Commits
bf8534db
There was an error fetching the commit references. Please try again later.
Commit
bf8534db
authored
6 years ago
by
Toni G
Browse files
Options
Downloads
Patches
Plain Diff
tweak not to fail upload
parent
fcd4b214
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conda/run-conda-build.sh
+11
-5
11 additions, 5 deletions
conda/run-conda-build.sh
with
11 additions
and
5 deletions
conda/run-conda-build.sh
+
11
−
5
View file @
bf8534db
...
...
@@ -24,7 +24,7 @@ conda install conda-build conda-verify anaconda-client
conda-build recipe
ls
-l
$CONDA_HOME
/conda-bld/
ls
-l
R
$CONDA_HOME
/conda-bld/
$TRAVIS_OS_NAME
-64
ls
-l
$CONDA_HOME
/conda-bld/
$TRAVIS_OS_NAME
-64
# And now upload if desired
...
...
@@ -32,12 +32,18 @@ ls -lR $CONDA_HOME/conda-bld/$TRAVIS_OS_NAME-64
# https://gist.github.com/zshaheen/fe76d1507839ed6fbfbccef6b9c13ed9
USER
=
tonigi
# https://conda.io/docs/user-guide/tasks/use-conda-with-travis-ci.html
# One could play with this, but perhaps best not to spam the channel repository
export
VERSION
=
`
date
+%Y.%m.%d
`
anaconda
-t
$CONDA_UPLOAD_TOKEN
upload
-u
$USER
-l
testing
\
$CONDA_HOME
/conda-bld/
$TRAVIS_OS_NAME
-64
/plumed
*
.tar.bz2
--force
# Disabled because it fails
if
[[
-v
CONDA_UPLOAD_TOKEN
]]
;
then
USER
=
tonigi
# fix this
anaconda
-t
$CONDA_UPLOAD_TOKEN
upload
-u
$USER
-l
testing
\
$CONDA_HOME
/conda-bld/
$TRAVIS_OS_NAME
-64
/plumed
*
.tar.bz2
--force
fi
# https://conda.io/docs/user-guide/tasks/use-conda-with-travis-ci.html
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment