We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335386c commit 1f9b2bcCopy full SHA for 1f9b2bc
1 file changed
scripts/packaging/publish_release.py
@@ -47,9 +47,6 @@
47
if now.hour <= 5:
48
# Publish nightly build with previous day date even if it completes in the morning
49
now = now - datetime.timedelta(hours=6)
50
-if now.weekday() >= 5:
51
- print('Skipping nightly build for Saturday and Sunday.')
52
- sys.exit(0)
53
54
warningMessage = '\nIt might be unstable, for a stable version of Webots, please use the [latest official release]' \
55
'(https://github.com/cyberbotics/webots/releases/latest).'
0 commit comments