Skip to content

Commit

Permalink
🔥 (build): Remove wrong base-url
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNiklas committed Aug 6, 2023
1 parent 45ffce6 commit 3c6000a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion domjudge-packaging/docker/domserver/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd /domjudge-src/domjudge*
chown -R domjudge: .
# If we used a local source tarball, it might not have been built yet
sudo -u domjudge make dist
sudo -u domjudge ./configure -with-baseurl=http://dj.chipcie.ch.tudelft.nl/
sudo -u domjudge ./configure

# Passwords should not be included in the built image. We create empty files here to prevent passwords from being generated.
sudo -u domjudge touch etc/dbpasswords.secret etc/restapi.secret etc/symfony_app.secret etc/initial_admin_password.secret
Expand Down
2 changes: 1 addition & 1 deletion domjudge-packaging/docker/judgehost/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd /domjudge-src/domjudge*
chown -R domjudge: .
# If we used a local source tarball, it might not have been built yet
sudo -u domjudge make configure
sudo -u domjudge ./configure -with-baseurl=http://dj.chipcie.ch.tudelft.nl/
sudo -u domjudge ./configure

echo "default http://localhost/api dummy dummy" | sudo -u domjudge tee etc/restapi.secret > /dev/null

Expand Down

0 comments on commit 3c6000a

Please sign in to comment.