From 09d64c1a3fb55a1cb2468b23c28e52a0ae80ef64 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Tue, 27 Apr 2021 11:37:00 +0200 Subject: [PATCH] debug --- planemo_ci_actions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/planemo_ci_actions.sh b/planemo_ci_actions.sh index 77e39f6..0e2e6c2 100755 --- a/planemo_ci_actions.sh +++ b/planemo_ci_actions.sh @@ -133,6 +133,7 @@ if [ "$MODE" == "test" ]; then # problems with weekly checks that may be avoided by this rand=$(echo "$RANDOM * $RANDOM * $RANDOM / 1000" | bc -l | sed 's/\..*$//') randdate=$(date -d "@$rand" "+%Y%m%d %H:%M") + echo $randdate sudo date -s "$randdate" if [ "$WORKFLOWS" == "true" ] && [ "$SETUP_CVMFS" == "true" ]; then