generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 4
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 (#1753)
- Loading branch information
1 parent
d6ead6d
commit 59188b8
Showing
5 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -102,7 +102,7 @@ jobs: | |
token: SONAR_TOKEN_FRONTEND | ||
triggers: ('frontend/') | ||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
with: | ||
commands: | | ||
npm ci | ||
|
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
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
- name: Get PR Number From Event | ||
if: ${{ github.event_name == 'push' }} | ||
id: pr_no | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
- name: PR Number | ||
id: pr | ||
run: echo pr=${{ steps.pr_no.outputs.pr || inputs.pr}} >> $GITHUB_OUTPUT | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
pull-requests: write | ||
timeout-minutes: 1 | ||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
add_markdown: | | ||
|
@@ -51,9 +51,9 @@ jobs: | |
steps: | ||
- name: PR Number | ||
id: pr | ||
uses: bcgov-nr/[email protected] | ||
uses: bcgov/[email protected] | ||
|
||
# https://github.com/bcgov-nr/action-builder-ghcr | ||
# https://github.com/bcgov/action-builder-ghcr | ||
builds: | ||
name: Builds | ||
needs: [vars] | ||
|
@@ -65,15 +65,15 @@ jobs: | |
package: [dops, vehicles, frontend, scheduler, policy] | ||
timeout-minutes: 10 | ||
steps: | ||
- uses: bcgov-nr/[email protected] | ||
- uses: bcgov/[email protected] | ||
with: | ||
#keep_versions: 50 | ||
package: ${{ matrix.package }} | ||
tag: ${{ needs.vars.outputs.pr }} | ||
tag_fallback: latest | ||
triggers: '${{ matrix.package }}/' #omit to build everything | ||
|
||
# https://github.com/bcgov-nr/action-deployer-openshift | ||
# https://github.com/bcgov/action-deployer-openshift | ||
deploys-dev: | ||
name: Deploys (Dev) | ||
needs: [builds, vars] | ||
|
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