Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
d5ff772e
Commit
d5ff772e
authored
7 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Update conda/build versions
parent
fa41bb39
No related branches found
No related tags found
1 merge request
!63
Conda package based CI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab/build.sh
+1
-1
1 addition, 1 deletion
gitlab/build.sh
with
1 addition
and
1 deletion
gitlab/build.sh
+
1
−
1
View file @
d5ff772e
...
@@ -11,7 +11,7 @@ if [ "${OSNAME}" == "linux" ]; then
...
@@ -11,7 +11,7 @@ if [ "${OSNAME}" == "linux" ]; then
fi
fi
merge_conda_cache
${
CONDA_FOLDER
}
/pkgs
${
CONDA_ENVS_PATH
}
/.pkgs
merge_conda_cache
${
CONDA_FOLDER
}
/pkgs
${
CONDA_ENVS_PATH
}
/.pkgs
run_cmd
${
CONDA_FOLDER
}
/bin/conda
install
--override-channels
-c
https://repo.continuum.io/pkgs/main
-c
https://repo.continuum.io/pkgs/free
-c
https://repo.continuum.io/pkgs/r
-c
https://repo.continuum.io/pkgs/pro
-n
root
--yes
--quiet
conda
=
4.
3.27
conda-build
=
3
.0.22
run_cmd
${
CONDA_FOLDER
}
/bin/conda
install
--override-channels
-c
https://repo.continuum.io/pkgs/main
-c
https://repo.continuum.io/pkgs/free
-c
https://repo.continuum.io/pkgs/r
-c
https://repo.continuum.io/pkgs/pro
-n
root
--yes
--quiet
conda
=
4.
4
conda-build
=
3
run_cmd
${
CONDA_FOLDER
}
/bin/conda config
--set
always_yes
yes
--set
changeps1 no
run_cmd
${
CONDA_FOLDER
}
/bin/conda config
--set
always_yes
yes
--set
changeps1 no
run_cmd
${
CONDA_FOLDER
}
/bin/conda config
--set
show_channel_urls
true
run_cmd
${
CONDA_FOLDER
}
/bin/conda config
--set
show_channel_urls
true
run_cmd
${
CONDA_FOLDER
}
/bin/conda config
--set
add_pip_as_python_dependency False
run_cmd
${
CONDA_FOLDER
}
/bin/conda config
--set
add_pip_as_python_dependency False
...
...
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