Skip to content

Commit df76750

Browse files
authored
Update baseinstall.sh
1 parent 6232e6e commit df76750

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/jobs/baseinstall.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ yarnpkg install
3535
cd ..
3636
section_end
3737

38-
section_start "Debug JS frontend dependencies"
39-
pwd
40-
cd webapp
41-
ls -atrl node_modules
42-
ls -atrl public/mathjaxfonts/*
43-
ls -atrl public/mathjaxfonts/mjx-ncm-zero.woff2
44-
realpath public/mathjaxfonts
45-
section_end
46-
4738
section_start "Set simple admin password"
4839
echo "password" > ./etc/initial_admin_password.secret
4940
echo "default login admin password password" > ~/.netrc
@@ -74,13 +65,6 @@ else
7465
fi
7566
section_end
7667

77-
section_start "Debug JS frontend dependencies"
78-
# The problem might be that we don't install the mathjaxfonts directory in the make domserver step.
79-
realpath /opt/domjudge/domserver/webapp/public
80-
ls -atrl /opt/domjudge/domserver/webapp/public
81-
realpath /opt/domjudge/domserver/webapp/public/mathjaxfonts
82-
section_end
83-
8468
section_start "SQL settings"
8569
cat > ~/.my.cnf <<EOF
8670
[client]

0 commit comments

Comments
 (0)