Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #661 from jcvenegas/fix-initrd-stable
Browse files Browse the repository at this point in the history
ci: Fix checkout to stable branch.
  • Loading branch information
Eric Ernst authored Aug 27, 2018
2 parents efaa618 + 4d77940 commit b17efb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/jenkins_job_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ then
# 'tests' repository branch should have the same name
# of the kata repository branch where the change is
# going to be merged.
pushd "${test_repo_dir}"
pushd "${tests_repo_dir}"
git fetch origin && git checkout "${target_branch}"
popd
fi
Expand Down Expand Up @@ -103,7 +103,7 @@ else
# Use the correct branch for testing.
# 'tests' repository branch should have the same name
# as the kata repository branch that will be tested.
pushd "${test_repo_dir}"
pushd "${tests_repo_dir}"
git fetch origin && git checkout "$branch"
popd
fi
Expand Down

0 comments on commit b17efb1

Please sign in to comment.