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 425fde1 commit 0f1a759Copy full SHA for 0f1a759
.github/jobs/unit-tests.sh
@@ -1,5 +1,10 @@
1
#!/bin/bash
2
3
+echo "$PS0"
4
+echo "$PS1"
5
+echo "$PS2"
6
+echo "$PS4"
7
+
8
git config --global --add safe.directory /__w/domjudge/domjudge
9
10
. .github/jobs/data/gha_ci_bashrc
0 commit comments