Skip to content
Snippets Groups Projects
Verified Commit ea0fe82c authored by Georg Krause's avatar Georg Krause
Browse files

Fix wrong yaml syntax

parent 305477f2
No related branches found
No related tags found
No related merge requests found
Pipeline #16817 passed with stage
in 44 seconds
......@@ -8,5 +8,5 @@ run:
- weekday=$(date +"%u")
- echo $weekday
- tootfile=$(find $weekday/*.txt | shuf -n 1)
- [ "$TOOT" = 1 ] && toot post < $tootfile
- '[ "$TOOT" = 1 ] && toot post < $tootfile'
- cat $tootfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment