Skip to content

Commit

Permalink
try to debug WORKSPACE envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 26, 2024
1 parent b76af03 commit 0847c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- run: echo "$WORKSPACE"
- run: ./dev/ci/tests/binaries/prepare-macos
if: matrix.os.family == 'macos'
- run: ./dev/ci/tests/binaries/build-${{ matrix.os.family }}
Expand Down
2 changes: 1 addition & 1 deletion dev/ci/tests/binaries/prepare-macos
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# This script is from the "Passenger binaries test" Jenkins job. It set ups
# This script is from the "Passenger binaries test" Jenkins job. It sets up
# a runtime directory for the "build-macos" script.
#
# Required environment variables:
Expand Down

0 comments on commit 0847c17

Please sign in to comment.