diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2022-09-21 23:08:33 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2022-09-22 15:43:43 -0400 |
commit | 06b890f10a0d602814086304953d5bc70eb22b62 (patch) | |
tree | 5ef2d4a980150fe5fb3de7f94b8a8964828f7294 /ci/_test-git-branch.sh | |
parent | a4c7c97110bc51346ee0409e620c9e0f81fbda24 (diff) |
get-test-job is now written in rustci-rust
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'ci/_test-git-branch.sh')
-rw-r--r-- | ci/_test-git-branch.sh | 2 |
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]} |