Skip to content

Commit 0b87ecd

Browse files
committed
debug
1 parent ca32b84 commit 0b87ecd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/scripts/free-disk-space.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ isX86() {
1717
# Check if we're on a GitHub hosted runner.
1818
# Otherwise, we are running in aws codebuild.
1919
isGitHubRunner() {
20+
echo "RUNNER_ENVIRONMENT: ${RUNNER_ENVIRONMENT:-}"
21+
echo "RUNNER_NAME: ${RUNNER_NAME:-}"
2022
# `:-` means "use the value of RUNNER_ENVIRONMENT if it exists, otherwise use an empty string".
2123
if [[ "${RUNNER_ENVIRONMENT:-}" == "github-hosted" ]]; then
2224
return 1

0 commit comments

Comments
 (0)