Skip to content

Commit

Permalink
initial updates for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Jun 6, 2024
1 parent a5edcc8 commit 08d2791
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 158 deletions.
150 changes: 0 additions & 150 deletions .github/workflows/build-release.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## For each release, the value of workflow name, branches and VERSION need to be adjusted accordingly

name: CTHUB 0.2.0 Dev CI
name: CTHUB 0.3.0 Dev CI

on:
push:
branches: [ release-0.2.0 ]
branches: [ release-0.3.0 ]
paths:
- frontend/**
- backend/**
workflow_dispatch:

env:
VERSION: 0.2.0
VERSION: 0.3.0
GIT_URL: https://github.com/bcgov/cthub.git
TOOLS_NAMESPACE: ${{ secrets.OPENSHIFT_NAMESPACE_PLATE }}-tools
DEV_NAMESPACE: ${{ secrets.OPENSHIFT_NAMESPACE_PLATE }}-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## For each release, the value of workflow name, branches and VERSION need to be adjusted accordingly

name: CTHUB 0.2.0 Prod CI
name: CTHUB 0.3.0 Prod CI
on:
workflow_dispatch:

env:
VERSION: 0.2.0
VERSION: 0.3.0
GIT_URL: https://github.com/bcgov/cthub.git
TEST_NAMESPACE: ${{ secrets.OPENSHIFT_NAMESPACE_PLATE }}-test
PROD_NAMESPACE: ${{ secrets.OPENSHIFT_NAMESPACE_PLATE }}-prod
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## For each release, the value of workflow name, branches and VERSION need to be adjusted accordingly

name: CTHUB 0.2.0 Test CI
name: CTHUB 0.3.0 Test CI
on:
workflow_dispatch:

env:
VERSION: 0.2.0
VERSION: 0.3.0
GIT_URL: https://github.com/bcgov/cthub.git
DEV_NAMESPACE: ${{ secrets.OPENSHIFT_NAMESPACE_PLATE }}-dev
TEST_NAMESPACE: ${{ secrets.OPENSHIFT_NAMESPACE_PLATE }}-test
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.6.0",
Expand Down

0 comments on commit 08d2791

Please sign in to comment.