Skip to content

Commit

Permalink
only try to access mathoid conf under non ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jun 29, 2024
1 parent f22a926 commit d2da99f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dmoj/scripts/initialize
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ mv ../config.js repo/websocket/
mv ../local_settings.py repo/dmoj/
mv ../uwsgi.ini repo/

if [[ -z "$CI" ]]; then # don't try to access /var/share in CI
mv ./mathoid/config.yaml /var/share/configs/mathoid/config.yaml
fi

mv ./mathoid/config.yaml /var/share/configs/mathoid/config.yaml

0 comments on commit d2da99f

Please sign in to comment.