Skip to content
Snippets Groups Projects

Change the TMPDIR to fix issue at…

Merged Jon Azpiazu requested to merge 2-fix-socket-length-issue into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
image: docker:git
variables:
TMPDIR: "${CI_PROJECT_DIR}.tmp"
TMPDIR: "/tmp"
services:
- docker:dind
Loading