We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca32b84 commit 0b87ecdCopy full SHA for 0b87ecd
src/ci/scripts/free-disk-space.sh
@@ -17,6 +17,8 @@ isX86() {
17
# Check if we're on a GitHub hosted runner.
18
# Otherwise, we are running in aws codebuild.
19
isGitHubRunner() {
20
+ echo "RUNNER_ENVIRONMENT: ${RUNNER_ENVIRONMENT:-}"
21
+ echo "RUNNER_NAME: ${RUNNER_NAME:-}"
22
# `:-` means "use the value of RUNNER_ENVIRONMENT if it exists, otherwise use an empty string".
23
if [[ "${RUNNER_ENVIRONMENT:-}" == "github-hosted" ]]; then
24
return 1
0 commit comments