Skip to content

Commit 5904f63

Browse files
authored
Remove tmpdir override, not necessary anymore. (#91)
1 parent ef74420 commit 5904f63

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/master.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- name: Run integration tests
3333
shell: bash
3434
run: |
35-
export TMPDIR=/var/tmp/
3635
./test/ci-cleanup.sh
3736
./test/integration.sh
3837
env:

.github/workflows/pr.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- name: Run integration tests
3636
shell: bash
3737
run: |
38-
export TMPDIR=/var/tmp/
3938
export MINI_LAB_VM_IMAGE=ghcr.io/metal-stack/mini-lab-vms:pr-${GITHUB_HEAD_REF##*/}
4039
./test/ci-cleanup.sh
4140
./test/integration.sh

0 commit comments

Comments
 (0)