Skip to content

Commit

Permalink
fix(ci): Cloning k8s repo to the correct directory (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Jan 23, 2024
1 parent 997d01f commit 0eab50d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0eab50d

Please sign in to comment.