Skip to content

Commit

Permalink
Merge pull request #3867 from bcgov/fix-deployment-without-sqitch-tag
Browse files Browse the repository at this point in the history
fix: deployment without sqitch tag
  • Loading branch information
ccbc-service-account authored Feb 12, 2025
2 parents 2bf58b1 + 56b1ef0 commit 3cf5bc6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,7 @@ jobs:
- run: ./.bin/sqitch-last-change-is-tag.sh db

deploy-to-openshift-test:
needs:
[
deploy-to-openshift-development,
ensure-sqitch-plan-ends-with-tag,
is-tagged-release,
]
needs: [deploy-to-openshift-development, is-tagged-release]
if: contains(needs.is-tagged-release.outputs.tagVersion, 'v')
runs-on: ubuntu-latest
environment:
Expand Down Expand Up @@ -194,12 +189,7 @@ jobs:
environment: test

deploy-to-openshift-production:
needs:
[
deploy-to-openshift-test,
ensure-sqitch-plan-ends-with-tag,
is-tagged-release,
]
needs: [deploy-to-openshift-test, is-tagged-release]
if: contains(needs.is-tagged-release.outputs.tagVersion, 'v')
runs-on: ubuntu-latest
environment:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.243.4](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.243.2...v1.243.4) (2025-02-12)

### Bug Fixes

- commas on geo names and ids ([7c680f2](https://github.com/bcgov/CONN-CCBC-portal/commit/7c680f23d910a838d637d60a1316099c9f0ca21e))
- deployment without sqitch tag ([5e227e2](https://github.com/bcgov/CONN-CCBC-portal/commit/5e227e29476e76dba8b7b7e997ff8062e4305c3b))

## [1.243.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.243.2...v1.243.3) (2025-02-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
"version": "1.243.3",
"version": "1.243.4",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <[email protected]>",
Expand Down

0 comments on commit 3cf5bc6

Please sign in to comment.