Skip to content
Snippets Groups Projects

Remove .conda and .condarc from docker image when doing deployment

Merged Samuel GAIST requested to merge fix_deployment into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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