Skip to content

Commit 50fc5dc

Browse files
committed
ci: Remove temp directory redirects from release-test workflow
1 parent 7327085 commit 50fc5dc

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ jobs:
9898
runs-on: namespace-profile-bindplane-default-ubuntu-24-04-32x128
9999
needs: [build-msi]
100100
steps:
101-
- name: Redirect temp directories
102-
run: |
103-
echo "TMPDIR=$RUNNER_TEMP" >> "$GITHUB_ENV"
104-
echo "TMP=$RUNNER_TEMP" >> "$GITHUB_ENV"
105-
echo "TEMP=$RUNNER_TEMP" >> "$GITHUB_ENV"
106-
echo "GOTMPDIR=$RUNNER_TEMP" >> "$GITHUB_ENV"
107101
- name: Checkout Repo
108102
uses: namespacelabs/nscloud-checkout-action@v7
109103
with:

0 commit comments

Comments
 (0)