summaryrefslogtreecommitdiff
path: root/ci/_test-git-branch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/_test-git-branch.sh')
-rw-r--r--ci/_test-git-branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/_test-git-branch.sh b/ci/_test-git-branch.sh
index 05886a7..c28aa20 100644
--- a/ci/_test-git-branch.sh
+++ b/ci/_test-git-branch.sh
@@ -30,7 +30,7 @@ sync_git_repos()
echo "Getting test job"
-TEST_JOB=( $(ssh $JOBSERVER get-test-job.sh) )
+TEST_JOB=( $(ssh $JOBSERVER get-test-job) )
BRANCH=${TEST_JOB[0]}
COMMIT=${TEST_JOB[1]}