Skip to content

Commit 9f7bf2e

Browse files
authored
fix of the release pipeline (#208)
Signed-off-by: Ryan Cook <rcook@redhat.com>
1 parent ad9fb12 commit 9f7bf2e

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/prod-release-deploy.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -201,25 +201,6 @@ jobs:
201201
deploy-to-openshift:
202202
runs-on: ubuntu-latest
203203
needs: [release, build-and-push]
204-
strategy:
205-
matrix:
206-
component:
207-
- name: frontend
208-
context: ./components/frontend
209-
image: quay.io/ambient_code/vteam_frontend
210-
dockerfile: ./components/frontend/Dockerfile
211-
- name: backend
212-
context: ./components/backend
213-
image: quay.io/ambient_code/vteam_backend
214-
dockerfile: ./components/backend/Dockerfile
215-
- name: operator
216-
context: ./components/operator
217-
image: quay.io/ambient_code/vteam_operator
218-
dockerfile: ./components/operator/Dockerfile
219-
- name: claude-code-runner
220-
context: ./components/runners
221-
image: quay.io/ambient_code/vteam_claude_runner
222-
dockerfile: ./components/runners/claude-code-runner/Dockerfile
223204
steps:
224205
- name: Checkout code
225206
uses: actions/checkout@v5

0 commit comments

Comments
 (0)