Skip to content

Commit

Permalink
remove working dir: /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Sep 22, 2024
1 parent 8c8b6b0 commit 540cf1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ jobs:
timeout-minutes: 20
# runs-on: macos-latest

defaults:
run:
working-directory: /tmp

steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -102,9 +98,7 @@ jobs:
use_system_python: true

- name: Prep for build
run: |
# Prep
bash scripts/ci/prep.mac.sh
run: bash scripts/ci/prep.mac.sh

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/test-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
timeout-minutes: 20
# runs-on: macos-latest

defaults:
run:
working-directory: /tmp

steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -43,12 +39,7 @@ jobs:
use_system_python: true

- name: Prep for build
run: |
# Prep
pwd
ls -l scripts/ci/
cat scripts/ci/prep.mac.sh
bash ${{ github.workspace }}/scripts/ci/prep.mac.sh
run: bash scripts/ci/prep.mac.sh

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down

0 comments on commit 540cf1c

Please sign in to comment.