Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 22, 2024
1 parent 9668acb commit 1dc497a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ 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 "gittag=${NEW_TAG}" >> $GITHUB_OUTPUT
Expand All @@ -86,7 +87,7 @@ jobs:
id: setversion
run: |
gh variable list --env test
gh variable set UGM_BUILD_VERSION --env test --body "${{steps.tag-selector.outputs.tagversion}}"
gh variable set UGM_BUILD_VERSION --env test --body "1.1.1"
outputs:
TAGNAME: ${{steps.tag-selector.outputs.gittag}}
TAGMESSAGE: ${{steps.tag-selector.outputs.tagmsg}}
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#002.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test1
test2
test3
test4
test4
test5

0 comments on commit 1dc497a

Please sign in to comment.