generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): actions moved to bcgov org
- Loading branch information
1 parent
cb22681
commit d6021df
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
fi | ||
- name: OpenShift Init | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
with: | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
oc_server: ${{ vars.OC_SERVER }} | ||
|
@@ -115,7 +115,7 @@ jobs: | |
-p MAX_REPLICAS=1 | ||
-p FAM_ROUTE=${{ needs.init.outputs.route }} | ||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
id: deploys | ||
with: | ||
file: ${{ matrix.file }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
if: github.event_name != 'pull_request' || !github.event.pull_request.draft | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
with: | ||
commands: mvn --no-transfer-progress clean compile verify package checkstyle:checkstyle -P all-tests | ||
dir: backend | ||
|
@@ -39,7 +39,7 @@ jobs: | |
if: github.event_name != 'pull_request' || !github.event.pull_request.draft | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
with: | ||
commands: | | ||
npm ci | ||
|
@@ -54,7 +54,7 @@ jobs: | |
if: github.event_name != 'pull_request' || !github.event.pull_request.draft | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
env: | ||
VITE_ZONE: test | ||
VITE_USER_POOLS_ID: ca-central-1_abc123 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
steps: | ||
# Get PR number for squash merges to main | ||
- id: pr | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
|
||
deploys-test: | ||
name: TEST Deploys (${{ needs.init.outputs.pr }}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
triggers: ('frontend/') | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
with: | ||
package: ${{ matrix.name }} | ||
tag: ${{ github.event.number }} | ||
|