From 0f9d3eefac421eaa132f722e95effc4cdd743f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <git@maximilian-kessler.de> Date: Fri, 22 Oct 2021 20:18:30 +0200 Subject: [PATCH] fix path --- .travis/get_build_repo_from_origin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/get_build_repo_from_origin.sh b/.travis/get_build_repo_from_origin.sh index 26a9db1..1ab021e 100755 --- a/.travis/get_build_repo_from_origin.sh +++ b/.travis/get_build_repo_from_origin.sh @@ -14,3 +14,4 @@ else echo "Checking out remote branch from last build" git checkout -b ${REMOTE_BRANCH}-build origin/${REMOTE_BRANCH}-build fi +cd ../..