Skip to content

Commit

Permalink
explicit bash
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpatto committed Nov 28, 2023
1 parent 5a41bda commit 6af514e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Rclone
uses: AnimMouse/setup-rclone@v1

- run: ./test-go-direct.sh
- run: bash test-go-direct.sh
working-directory: packages/aws-copy-out-sharer/construct/rclone-go-batch-copy-docker-image
# - run: pnpm run build
# - run: pnpm run package
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ DESTINATION="$TEMPD/test3" DEBUG_BANDWIDTH="1B" ./rclone-batch $RCLONE_BINARY ./
sleep 1

# now send a SIGTERM to the launched job
kill %1
kill %1

# Uncomment to debug invalid result
# cat "$TEMPD/result.json"
Expand Down

0 comments on commit 6af514e

Please sign in to comment.