Skip to content

Commit

Permalink
CHeck current PS
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 26, 2023
1 parent 9c2bbb0 commit aa120c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/jobs/unit-tests.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
#!/bin/bash

set -x

echo "$PS0"
echo "$PS1"
echo "$PS2"
echo "$PS4"

PS0="0-$PS0"
PS1="1-$PS1"
PS2="2-$PS2"
PS4="3-$PS4"

git config --global --add safe.directory /__w/domjudge/domjudge

. .github/jobs/data/gha_ci_bashrc
Expand Down

0 comments on commit aa120c4

Please sign in to comment.