Skip to content

Commit

Permalink
disable ntp
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Apr 27, 2021
1 parent a48d8a1 commit 7d0412f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions planemo_ci_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d0412f

Please sign in to comment.