Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
tooter
Commits
4fa769cc
Verified
Commit
4fa769cc
authored
Oct 19, 2021
by
Georg Krause
Browse files
Install and configure toot
parent
77ebda09
Pipeline
#16781
failed with stage
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4fa769cc
run
:
image
:
python:3.9-alpine
before_script
:
-
pip install toot
-
mkdir -p /root/.config/toot/config.json && cp $TOOT_CONFIG "$_"
script
:
-
toot whoami
-
weekday=$(date +"%u")
-
echo $weekday
-
cat $(find $weekday/*.txt | shuf -n 1)
-
cat $(find $weekday/*.txt | shuf -n 1)
| toot post
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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