Skip to content
Snippets Groups Projects

Change the TMPDIR to fix issue at…

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

image: docker:git
image: docker:git
variables:
variables:
TMPDIR: "${CI_PROJECT_DIR}.tmp"
TMPDIR: "/tmp"
services:
services:
- docker:dind
- docker:dind
Loading