From 651f648f3fe7ad4a34e77665e45ce3f76e8d7b32 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 7 Nov 2018 07:12:33 -0600 Subject: [PATCH] .ci: Fix the indention for current_branch variable. One more tab should be placed for the current_branch variable to fix broken syntax. Fixes #876 Signed-off-by: Gabriela Cervantes --- .ci/resolve-kata-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/resolve-kata-dependencies.sh b/.ci/resolve-kata-dependencies.sh index 75b41e5d9..da51e80e7 100755 --- a/.ci/resolve-kata-dependencies.sh +++ b/.ci/resolve-kata-dependencies.sh @@ -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}"