[openssh-commits] [openssh] 01/03: Add debug output when setting up CI environment.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue May 20 21:22:38 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 0214e53124c09528b6ee29b9a551442b5611a454
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue May 20 18:28:52 2025 +1000
Add debug output when setting up CI environment.
---
.github/setup_ci.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index e4b266a18..c4473f2f7 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -5,6 +5,12 @@ target="$2"
PACKAGES=""
+echo Running as:
+id
+
+echo Environment:
+set
+
. .github/configs ${config}
host=`./config.guess`
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list