From 0eab50d06859b12bd1dfb4fad3982ae57dd5002e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Tomi=C4=87?= Date: Tue, 23 Jan 2024 16:08:06 +0100 Subject: [PATCH] fix(ci): Cloning k8s repo to the correct directory (#103) --- .github/workflows/bazel.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bazel.yaml b/.github/workflows/bazel.yaml index fb8e2252..d383f70d 100644 --- a/.github/workflows/bazel.yaml +++ b/.github/workflows/bazel.yaml @@ -84,6 +84,8 @@ jobs: run: | set -eExou pipefail + cd .git + # checkout branch git clone "https://gitlab-ci-token:${GITLAB_API_TOKEN}@gitlab.com/dfinity-lab/private/k8s/k8s.git"