Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Show more breadcrumbs
bob
bob.devtools
Merge requests
!140
Remove /root/.condarc in docker images from continuum
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove /root/.condarc in docker images from continuum
no-root-condarc
into
master
Overview
0
Commits
3
Pipelines
4
Changes
5
Merged
André Anjos
requested to merge
no-root-condarc
into
master
5 years ago
Overview
0
Commits
3
Pipelines
4
Changes
5
Expand
This cleans-up the environment during bootstrap.
0
0
Merge request reports
Compare
master
version 2
4e6df39a
5 years ago
version 1
8c7079c2
5 years ago
master (base)
and
latest version
latest version
36f8b3e4
3 commits,
5 years ago
version 2
4e6df39a
2 commits,
5 years ago
version 1
8c7079c2
1 commit,
5 years ago
5 files
+
21
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
bob/devtools/data/gitlab-ci/base-build.yaml
+
3
−
0
Options
@@ -36,6 +36,9 @@ build_linux:
extends
:
.build_template
tags
:
-
docker
before_script
:
-
rm -f /root/.condarc
-
rm -rf /root/.conda
image
:
continuumio/conda-concourse-ci
cache
:
key
:
"
linux-cache"
Loading