Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Apr 27, 2021
1 parent c707d55 commit 09d64c1
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 @@ -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
Expand Down

0 comments on commit 09d64c1

Please sign in to comment.