Skip to content

Commit

Permalink
fix: pipeline (#415)
Browse files Browse the repository at this point in the history
* feat: initial commit for all dependency updates

* fix: few missed items

* fix: e2e

* fix: e2e

* fix: change pipeline to use new patterns

* fix: pipeline

* fix: pipeline

* fix: merge

* fix: tag fallback no longer test it is latest
  • Loading branch information
mishraomp authored Feb 12, 2025
1 parent a74349c commit 0f59ef5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,11 @@ jobs:
--set-string global.secrets.chesClientSecret="${{ secrets.CHES_CLIENT_SECRET }}" \
--set-string global.secrets.chesAPIURL="${{ secrets.CHES_API_URL }}" \
--set-string global.secrets.databaseAdminPassword="${{ secrets.DB_PWD }}" \
${{ inputs.params }} \
--install --wait --atomic ${{ inputs.release_name }} \
${{ inputs.params }} \
--install \
--wait \
--atomic \
${{ inputs.release_name }} \
--timeout ${{ inputs.timeout-minutes }}m \
--values ${{ inputs.values }} \
./${{ github.event.repository.name }}-${{ inputs.tag }}.tgz
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
tag: ${{ needs.semantic-version.outputs.semanticVersion }}
release_name: pubcode-test
params: |
--set-string global.repository=${{ github.repository }} \
--set-string api.containers[0].tag="${{ needs.semantic-version.outputs.semanticVersion }}" \
--set-string frontend.containers[0].tag="${{ needs.semantic-version.outputs.semanticVersion }}" \
--set-string namespace="${{ vars.oc_namespace }}" \
Expand All @@ -79,7 +78,6 @@ jobs:
tag: ${{ needs.semantic-version.outputs.semanticVersion }}
release_name: pubcode
params: |
--set-string global.repository=${{ github.repository }} \
--set-string api.containers[0].tag="${{ needs.semantic-version.outputs.semanticVersion }}" \
--set-string frontend.containers[0].tag="${{ needs.semantic-version.outputs.semanticVersion }}" \
--set-string namespace="${{ vars.oc_namespace }}" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
package: ${{ matrix.package }}
tag: ${{ github.sha }}
tag_fallback: test
tag_fallback: latest
token: ${{ secrets.GITHUB_TOKEN }}
triggers: ('${{ matrix.package }}/')

Expand Down

0 comments on commit 0f59ef5

Please sign in to comment.