Skip to content

Commit

Permalink
Merge pull request clearcontainers#894 from GabyCT/topic/fixtypo
Browse files Browse the repository at this point in the history
.ci: Fix the indention for current_branch variable.
  • Loading branch information
chavafg authored Nov 9, 2018
2 parents a248760 + 651f648 commit 1652bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/resolve-kata-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ clone_repos() {
# are already in the PR branch, before trying to fetch the same branch.
if [ ${repo} == ${tests_repo} ] && [ "${repo}" == "${kata_repo}" ]
then
current_branch=$(git rev-parse --abbrev-ref HEAD)
current_branch=$(git rev-parse --abbrev-ref HEAD)
if [ "${current_branch}" == "${pr_branch}" ]
then
echo "Already on branch ${current_branch}"
Expand Down

0 comments on commit 1652bb2

Please sign in to comment.