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
44bb59d4
There was an error fetching the commit references. Please try again later.
Commit
44bb59d4
authored
5 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Patches
Plain Diff
Allow upload on personal channel
parent
6a431485
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-upload.sh
+7
-3
7 additions, 3 deletions
conda/run-conda-upload.sh
with
7 additions
and
3 deletions
conda/run-conda-upload.sh
+
7
−
3
View file @
44bb59d4
...
@@ -5,10 +5,14 @@ export CONDA_HOME=/var/tmp/miniconda
...
@@ -5,10 +5,14 @@ export CONDA_HOME=/var/tmp/miniconda
export
PATH
=
"
$CONDA_HOME
/bin:
$PATH
"
export
PATH
=
"
$CONDA_HOME
/bin:
$PATH
"
CONDA_USER
=
plumed
# the conda channel
if
test
-n
"
$TRAVIS_REPO_SLUG
"
;
then
CONDA_USER
=
"
${
TRAVIS_REPO_SLUG
%/*
}
"
fi
if
[[
-n
"
$CONDA_UPLOAD_TOKEN
"
]]
;
then
if
[[
-n
"
$CONDA_UPLOAD_TOKEN
"
]]
;
then
USER
=
plumed
# the conda channel
anaconda
-t
$CONDA_UPLOAD_TOKEN
upload
-u
$CONDA_USER
-l
$CONDA_LABEL
$CONDA_HOME
/conda-bld/
$TRAVIS_OS_NAME
-64
/plumed
*
.tar.bz2
--force
anaconda
-t
$CONDA_UPLOAD_TOKEN
upload
-u
$USER
-l
$CONDA_LABEL
$CONDA_HOME
/conda-bld/
$TRAVIS_OS_NAME
-64
/plumed
*
.tar.bz2
--force
anaconda
-t
$CONDA_UPLOAD_TOKEN
upload
-u
$CONDA_USER
-l
$CONDA_LABEL
$CONDA_HOME
/conda-bld/
$TRAVIS_OS_NAME
-64
/py-plumed
*
.tar.bz2
--force
anaconda
-t
$CONDA_UPLOAD_TOKEN
upload
-u
$USER
-l
$CONDA_LABEL
$CONDA_HOME
/conda-bld/
$TRAVIS_OS_NAME
-64
/py-plumed
*
.tar.bz2
--force
fi
fi
...
...
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