Skip to content

Commit

Permalink
Merge pull request #158 from bcgov/dev
Browse files Browse the repository at this point in the history
test 12.4
  • Loading branch information
DarylTodosichuk authored Oct 29, 2024
2 parents 7f5224d + 30b7878 commit 71d48a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# Check the merged branch and set versions accordingly
if [[ "${{ needs.Branch.outputs.MERGED_BRANCH }}" == "test" ]]; then
echo "Latest test version tagged as stable release"
TEST_VERSION=$(gh variable get UGM_BUILD_VERSION --env test --json | jq -r '.value')
TEST_VERSION=$(gh variable get UGM_BUILD_VERSION --env test --json value)
echo $TEST_VERSION
gh variable set UGM_BUILD_VERSION --env main --body "$TEST_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion applications/scripts/datafix-ab#001.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test 12.3
test 12.4

0 comments on commit 71d48a2

Please sign in to comment.