Skip to content

Commit

Permalink
cicd: fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
omri2001 committed Nov 10, 2024
1 parent 4b29c27 commit 88f4af1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 88f4af1

Please sign in to comment.