From 7d0412f1eee55b4d55c1f220d44e2a6a0369d100 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Tue, 27 Apr 2021 14:59:13 +0200 Subject: [PATCH] disable ntp --- planemo_ci_actions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/planemo_ci_actions.sh b/planemo_ci_actions.sh index f4764ce..2d25fce 100755 --- a/planemo_ci_actions.sh +++ b/planemo_ci_actions.sh @@ -136,6 +136,7 @@ if [ "$MODE" == "test" ]; then randdate=$(date -d "-1 day +1 hour -1 minute" "+%Y-%m-%d %H:%M:%S") echo "$randdate" # sudo date -s "$randdate" + sudo timedatectl set-ntp 0 sudo timedatectl set-time "$randdate" if [ "$WORKFLOWS" == "true" ] && [ "$SETUP_CVMFS" == "true" ]; then