We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef74420 commit 5904f63Copy full SHA for 5904f63
.github/workflows/master.yaml
@@ -32,7 +32,6 @@ jobs:
32
- name: Run integration tests
33
shell: bash
34
run: |
35
- export TMPDIR=/var/tmp/
36
./test/ci-cleanup.sh
37
./test/integration.sh
38
env:
.github/workflows/pr.yaml
@@ -35,7 +35,6 @@ jobs:
39
export MINI_LAB_VM_IMAGE=ghcr.io/metal-stack/mini-lab-vms:pr-${GITHUB_HEAD_REF##*/}
40
41
0 commit comments