You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eric Carmichael edited this page Sep 5, 2018
·
3 revisions
To put Codalab into maintenance mode, you need to create a maintenance_on file in the codalab directory.
Typically, that would look something like this:
# Go to our github repo
$ cd codalab-competitions
# Make the file signaling maintenance mode
$ touch codalab/maintenance_on
# Do your changes, then remove the file
$ rm codalab/maintenance_on