Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
tooter
Commits
ea0fe82c
Verified
Commit
ea0fe82c
authored
Oct 19, 2021
by
Georg Krause
Browse files
Fix wrong yaml syntax
parent
305477f2
Pipeline
#16817
passed with stage
in 44 seconds
Changes
1
Pipelines
24
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ea0fe82c
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment