From 344ee010263fba1a596c0c6f615d6bb99ce00916 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Tue, 27 Apr 2021 11:38:13 +0200 Subject: [PATCH] debug --- planemo_ci_actions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planemo_ci_actions.sh b/planemo_ci_actions.sh index 0e2e6c2..02b3f9b 100755 --- a/planemo_ci_actions.sh +++ b/planemo_ci_actions.sh @@ -133,7 +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 + echo "$randdate" sudo date -s "$randdate" if [ "$WORKFLOWS" == "true" ] && [ "$SETUP_CVMFS" == "true" ]; then