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
Merge requests
!66
Try to make things globally quiet
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Try to make things globally quiet
p-1
into
condapackage
Overview
4
Commits
1
Pipelines
0
Changes
1
Merged
Amir MOHAMMADI
requested to merge
p-1
into
condapackage
7 years ago
Overview
4
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
condapackage
condapackage (base)
and
latest version
latest version
161d15e6
1 commit,
7 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
gitlab/before_build.sh
+
1
−
0
Options
@@ -25,6 +25,7 @@ cat ${CONDARC}
run_cmd
${
CONDA_ROOT
}
/bin/conda config
--set
add_pip_as_python_dependency
false
run_cmd
${
CONDA_ROOT
}
/bin/conda config
--set
always_yes
yes
--set
changeps1 no
run_cmd
${
CONDA_ROOT
}
/bin/conda config
--set
always_yes
true
run_cmd
${
CONDA_ROOT
}
/bin/conda config
--set
quiet
true
run_cmd
${
CONDA_ROOT
}
/bin/conda config
--set
show_channel_urls
true
run_cmd
${
CONDA_ROOT
}
/bin/conda config
--set
anaconda_upload no
run_cmd
${
CONDA_ROOT
}
/bin/conda config
--add
channels
${
CONDA_CHANNEL
}
Loading