Browse Source

Fix bug

content-update
4 years ago committed by xpetit
parent
commit
0b4ed286c2
  1. 2
      go/tests/entrypoint.sh

2
go/tests/entrypoint.sh

@ -6,7 +6,7 @@ set -o nounset
IFS='
'
mkdir src/student
mkdir -p src/student
cd src/student
if test "$REPOSITORY"; then

Loading…
Cancel
Save