summaryrefslogtreecommitdiff
path: root/ci/test-git-branch.sh
blob: 55968ef5c20f6a0578f8a9b2c334bf9a658a6b74 (plain)
1
2
3
4
5
6
7
#!/bin/bash

JOBSERVER=$1

while true; do
    source <(ssh $JOBSERVER cat .ktestrc bin/_test-git-branch.sh)
done