Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Czaja committed Oct 24, 2024
1 parent ffa928c commit 7b53203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- KUBE-632/trigger-e2e-tests
- KUBE-632/trigger-e2e-tests # TODO: remove before merge
release:
types:
- published
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
git config user.email "[email protected]"
git config user.name "cluster-controller-github"
git clone "https://git:${GITLAB_TEST_REPO_TOKEN}@${GITLAB_TEST_REPO}" test-repo
git clone "https://git:${{ secrets.GITLAB_TEST_REPO_TOKEN }}@${{ secrets.GITLAB_TEST_REPO }}" test-repo
cd test-repo/charts/cluster-controller-tests
./set-cluster-controller.sh "${{ github.sha }}"
Expand Down

0 comments on commit 7b53203

Please sign in to comment.