Skip to content

Commit 32463fe

Browse files
committed
fix CI detection
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 0d52e59 commit 32463fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bats/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ TMPDIR ?= "/tmp"
6363
# TMPDIR to checkout directory (easier for runner setup).
6464
DOCKER_RUN_FLAGS :=
6565
ifeq ($(CI),)
66-
TMPDIR="./"
6766
DOCKER_RUN_FLAGS += -it
67+
else
68+
TMPDIR="./"
6869
endif
6970

7071
default: tests

0 commit comments

Comments
 (0)