Skip to content

Commit

Permalink
Merge pull request #79 from bcgov/dev
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
DarylTodosichuk authored Oct 22, 2024
2 parents b3eba98 + cd1707e commit d563332
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -71,9 +71,9 @@ jobs:
MINOR_VERSION=$(echo "${{env.UGM_BUILD_VERSION}}" | grep -oE '\.[0-9]+' | grep -oE '[0-9]+')
VERSION_PATCH=$(echo "${{env.UGM_BUILD_VERSION}}" | grep -oE '[0-9]+$')
VERSION_PATCH=$((VERSION_PATCH + 1))
env | sort
# Construct the new tag
NEW_TAG="${{env.UGM_RELEASE_PREFIX}}${MAJOR_VERSION}.${MINOR_VERSION}.${VERSION_PATCH}"
echo $(NEW_TAG)
echo "gittag=${NEW_TAG}" >> $GITHUB_OUTPUT
echo "tagmsg=${{env.UGM_RELEASE_MESSAGE}} ${{steps.date-selector.outputs.date}}" >> $GITHUB_OUTPUT
echo "tagversion=${MAJOR_VERSION}.${MINOR_VERSION}.${VERSION_PATCH}" >> $GITHUB_OUTPUT
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#002.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ test1
test2
test3
test4
test5
test5
test6

0 comments on commit d563332

Please sign in to comment.