summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-bbstop
blob: e46f3c0f5e656ec7eaaebb96892b44f47a5cbe63 (plain)
1
2
3
4
5
6
#!/bin/bash

cd ~/buildbot
source venv/bin/activate
buildbot-worker stop slave/
deactivate