Skip to content
Snippets Groups Projects
Verified Commit 096ee89f authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible: bump the "wrong future" check for 2019

parent ab161fda
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ fi
# (XXX: yes this is hardcoded but meh…)
echo "$(date -u) - testing whether the time is right..."
get_node_ssh_port "$HOSTNAME"
real_year=2018
real_year=2019
year=$(date +%Y)
if "$NODE_RUN_IN_THE_FUTURE"; then
if [ "$year" -eq "$real_year" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment