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 7b53203 commit 46d8407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
if: github.ref_name == 'KUBE-632/trigger-e2e-tests' && github.event_name == 'push'
#if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: |
git config user.email "[email protected]"
git config user.name "cluster-controller-github"
git clone "https://git:${{ secrets.GITLAB_TEST_REPO_TOKEN }}@${{ secrets.GITLAB_TEST_REPO }}" test-repo
cd test-repo/charts/cluster-controller-tests
git config user.email "[email protected]"
git config user.name "cluster-controller-github"
./set-cluster-controller.sh "${{ github.sha }}"
git add .
Expand Down

0 comments on commit 46d8407

Please sign in to comment.