aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-automerge
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2019-01-10 14:17:01 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2019-01-10 14:18:24 +0100
commit02d1bc86999d41d26bfd546f4722db6b1bdea4e7 (patch)
treeb6c7bd0af71b2249378031959611fa8521d5abac /lt-qcom-linux-automerge
parentf023668a8b9db787bc9e9b34ea046caef9b24078 (diff)
lt-qcom-linux-automerge: fixup path where git status is executed.
Fixes: c76a35af176e (lt-qcom-linux-automerge: Fix/Improve ci-merge error detection) Change-Id: Iaa192d581d0b9ff24ba6b20c181917f6c6bbed4b Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-linux-automerge')
-rwxr-xr-xlt-qcom-linux-automerge/builders-kernel.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lt-qcom-linux-automerge/builders-kernel.sh b/lt-qcom-linux-automerge/builders-kernel.sh
index d0f453de..aa2f4014 100755
--- a/lt-qcom-linux-automerge/builders-kernel.sh
+++ b/lt-qcom-linux-automerge/builders-kernel.sh
@@ -34,6 +34,8 @@ if [ ! -z "${AUTOMERGE_BRANCH_FAILED}" ]; then
exit 1
fi
+cd ${INTEGRATION_REPO_PATH}
+
GIT_STATUS=$(git status -s)
if [ ! -z "${GIT_STATUS}" ]; then
echo "ERROR: Automerge repository isn't clean,"
@@ -41,7 +43,6 @@ if [ ! -z "${GIT_STATUS}" ]; then
exit 1
fi
-cd ${INTEGRATION_REPO_PATH}
build_integration_kernel "arm" "multi_v7_defconfig"
build_integration_kernel "arm64" "defconfig"