Skip to content

Commit cc30675

Browse files
committed
fix shell script running
1 parent 25fd1ac commit cc30675

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rollcron.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ jobs:
66
schedule:
77
cron: "0 12 * * *"
88
working_dir: bots/auto-moderator
9-
run: ENV_FILE=~/variables/discord-bots/auto-moderator.env run.sh
9+
run: ENV_FILE=~/variables/discord-bots/auto-moderator.env ./run.sh
1010

1111
gsc-report:
1212
schedule:
1313
cron: "0 0 7 * * 7"
1414
working_dir: bots/gsc-report
15-
run: ENV_FILE=~/variables/discord-bots/gsc-report.env run.sh
15+
run: ENV_FILE=~/variables/discord-bots/gsc-report.env ./run.sh
1616

1717
asakatsu-bot-ask:
1818
schedule:
1919
cron: "0 19 * * *"
2020
working_dir: bots/asakatsu-bot
21-
run: ENV_FILE=~/variables/discord-bots/asakatsu-bot.env run.sh ask
21+
run: ENV_FILE=~/variables/discord-bots/asakatsu-bot.env ./run.sh ask
2222

2323
asakatsu-bot-check:
2424
schedule:
2525
cron: "0 8 * * *"
2626
working_dir: bots/asakatsu-bot
27-
run: ENV_FILE=~/variables/discord-bots/asakatsu-bot.env run.sh check
27+
run: ENV_FILE=~/variables/discord-bots/asakatsu-bot.env ./run.sh check

0 commit comments

Comments
 (0)