All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m8s
8 lines
126 B
Bash
8 lines
126 B
Bash
#!/bin/sh
|
|
|
|
if ! python generate_config.py; then
|
|
echo "Failed to generate config"
|
|
exit 1
|
|
fi
|
|
|
|
exec python pterodisbot.py |