From 88f4af179bd4be65dd460e691dc634a2605e4d71 Mon Sep 17 00:00:00 2001 From: Omri Assa Date: Mon, 11 Nov 2024 00:32:49 +0200 Subject: [PATCH] cicd: fix: lint --- .github/workflows/e2e.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 72ee2c2..5915d51 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -65,10 +65,10 @@ jobs: make init-argo-workflows - name: install gitlab run: | - make init-gitlab + make init-gitlab - name: populate gitlab run: | - sh ./scripts/setup-gitlab + sh ./scripts/setup-gitlab - name: Build Docker Image uses: docker/build-push-action@v4 with: @@ -111,6 +111,8 @@ jobs: git config user.email 'goshatoo@gmail.com' git commit -am "trigger e2e test" - name: Create Pull Request + id: cpr + run: | make init-argo-workflows - name: Build Docker Image @@ -214,6 +216,8 @@ jobs: git config user.email 'goshatoo@gmail.com' git commit -am "trigger e2e test" - name: Create Pull Request + id: cpr + run: | make init-argo-workflows - name: Build Docker Image