Skip to content

Commit 3139ce3

Browse files
authored
Merge pull request #103 from bcgov/ss-20
Fix buildConfig names for ss-20 GitHub Action work
2 parents 6c84d74 + 769fa4e commit 3139ce3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/merge-dev-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Start Build Openshift
5252
shell: bash
5353
run: |
54-
oc start-build frontend-dev-build --wait
54+
oc start-build frontend-build --wait
5555
5656
- name: Tag+Deploy for DEV
5757
shell: bash

.github/workflows/merge-test-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy backend to Test
1+
name: Deploy backend to Test env
22

33
on:
44
push:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Start Build Openshift
5252
shell: bash
5353
run: |
54-
oc start-build backend-test-build --wait
54+
oc start-build backend-build --wait
5555
5656
- name: Tag+Deploy for Test
5757
shell: bash

.github/workflows/merge-test-frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Frontend to Test
1+
name: Deploy Frontend to Test env
22

33
on:
44
push:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Start Build Openshift
5252
shell: bash
5353
run: |
54-
oc start-build frontend-test-build --wait
54+
oc start-build frontend-build --wait
5555
5656
- name: Tag+Deploy for TEST
5757
shell: bash

0 commit comments

Comments
 (0)