Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: analysis #790

Merged
merged 3 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
--set-string global.license=${{inputs.license}} \
--set-string global.zone=${{inputs.zone}} \
--set-string global.vault.role=${{inputs.vault_role}} \
--install --wait --atomic ${{ github.event.repository.name }}-${{ inputs.target }} \
--install --wait --atomic ${{ github.event.repository.name }}-${{ inputs.tag }} \
--timeout ${{ inputs.timeout-minutes }}m \
--force \
--values ${{ inputs.values }} .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- dir: vehicles
sonar_projectKey: onroutebc_vehicles
token: SONAR_TOKEN_VEHICLES
triggers: ('dops')
triggers: ('vehicles')
- dir: frontend
sonar_projectKey: onroutebc_frontend
token: SONAR_TOKEN_FRONTEND
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: ./.github/workflows/.deploy.yml
secrets: inherit
with:
tag: test
target: latest
values: values.yaml
license: c28f0c
Expand Down Expand Up @@ -53,6 +54,7 @@ jobs:
uses: ./.github/workflows/.deploy.yml
secrets: inherit
with:
tag: prod
target: test
values: values.yaml
license: c28f0c
Expand Down
Loading