revisions of isolation-check
All checks were successful
Runner Isolation Check / isolation-test (push) Successful in 1m30s
All checks were successful
Runner Isolation Check / isolation-test (push) Successful in 1m30s
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
name: Runner Isolation Check
|
name: Runner Isolation Check
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
isolation-test:
|
isolation-test:
|
||||||
@@ -28,7 +29,9 @@ jobs:
|
|||||||
- name: Dumping environment variables
|
- name: Dumping environment variables
|
||||||
run: |
|
run: |
|
||||||
echo "--- Check for parent variables ---"
|
echo "--- Check for parent variables ---"
|
||||||
sh -c 'printenv | grep -Pi "GITEA_RUNNER_REGISTRATION_FILE|GITEA_RUNNER_REGISTRATION_TOKEN_FILE|GITEA_RUNNER_REGISTRATION_TOKEN" || true'
|
for var in GITEA_RUNNER_REGISTRATION_FILE GITEA_RUNNER_REGISTRATION_TOKEN_FILE GITEA_RUNNER_REGISTRATION_TOKEN; do
|
||||||
|
printenv "$var" || echo "$var not set"
|
||||||
|
done
|
||||||
echo "--- List all variables ---"
|
echo "--- List all variables ---"
|
||||||
printenv
|
printenv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user