]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add debug output when setting up CI environment.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 20 May 2025 08:28:52 +0000 (18:28 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 20 May 2025 09:27:48 +0000 (19:27 +1000)
.github/setup_ci.sh

index e4b266a18c2159b3d0d8396da56f899425ef1035..c4473f2f71b4fc25c49f016bab1ed5fcb3b13d8c 100755 (executable)
@@ -5,6 +5,12 @@ target="$2"
 
 PACKAGES=""
 
+echo Running as:
+id
+
+echo Environment:
+set
+
  . .github/configs ${config}
 
 host=`./config.guess`