mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-25 21:34:32 +00:00
8 lines
148 B
Bash
Executable File
8 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pip install treq --upgrade
|
|
pip install buildbot_gitea --upgrade
|
|
BASE_DIR=$(dirname "$(readlink -f "$0")")
|
|
|
|
buildbot restart $BASE_DIR
|