Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
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
beat
beat.web
Merge requests
!318
Remove .conda and .condarc from docker image when doing deployment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove .conda and .condarc from docker image when doing deployment
fix_deployment
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Samuel GAIST
requested to merge
fix_deployment
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
The current conda-concourse-ci image includes wrong configuration
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
24a1407a
1 commit,
5 years ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
3
−
0
Options
@@ -61,6 +61,9 @@ build_linux_36:
# Deploy targets
.deploy_template
:
&deploy_job
stage
:
deploy
before_script
:
-
"
[
-r
/root/.condarc
]
&&
rm
-f
/root/.condarc"
-
"
[
-d
/root/.conda
]
&&
rm
-rf
/root/.conda"
script
:
-
curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
-
python3 bootstrap.py channel base
Loading