Skip to content

Commit

Permalink
Merge pull request kubernetes#65 from Shopify/revert-63-new-tmpdir-co…
Browse files Browse the repository at this point in the history
…nditionally

Revert "Deterministic temp dir"
  • Loading branch information
andrewloux committed Jun 20, 2018
2 parents 02a5118 + 4745099 commit 9a3e787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -78,7 +78,7 @@ ifeq ($(ARCH),s390x)
QEMUARCH=s390x
endif

TEMP_DIR ?= $(shell mktemp -d)
TEMP_DIR := $(shell mktemp -d)

DOCKERFILE := $(TEMP_DIR)/rootfs/Dockerfile

Expand Down

0 comments on commit 9a3e787

Please sign in to comment.