Skip to content

Commit 9ee56bf

Browse files
author
gurekam
committed
LAP-29: Fixed version for minikube and changed workflow from main to LAP-29
2 parents 8f04c4c + 9284770 commit 9ee56bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI/CD Pipeline
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ LAP-29 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ LAP-29 ]
88

99
jobs:
1010
test:
@@ -96,7 +96,7 @@ jobs:
9696
build:
9797
needs: test
9898
runs-on: ubuntu-latest
99-
if: github.ref == 'refs/heads/main'
99+
if: github.ref == 'refs/heads/LAP-29'
100100

101101
steps:
102102
- uses: actions/checkout@v4
@@ -142,13 +142,13 @@ jobs:
142142
deploy:
143143
needs: build
144144
runs-on: ubuntu-latest
145-
if: github.ref == 'refs/heads/main'
145+
if: github.ref == 'refs/heads/LAP-29'
146146

147147
steps:
148148
- uses: actions/checkout@v4
149149

150150
- name: Set up Minikube
151-
uses: manuel-packeisen/setup-minikube@v2.0.0
151+
uses: manuel-packeisen/setup-minikube@v2.7.1
152152
with:
153153
minikube version: 'latest'
154154
kubernetes version: 'v1.28.0'

0 commit comments

Comments
 (0)