Skip to content

Commit

Permalink
test 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 22, 2024
1 parent 03affc9 commit 881a7dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
echo "${{env.UGM_RELEASE_PREFIX}}$MAJOR_VERSION.$MINOR_VERSION.$VERSION_PATCH"
VERSION_PATCH=$((VERSION_PATCH + 1))
echo "${{env.UGM_RELEASE_PREFIX}}$MAJOR_VERSION.$MINOR_VERSION.$VERSION_PATCH"
xUGM_BUILD_VERSION=$($MAJOR_VERSION.$MINOR_VERSION.$VERSION_PATCH)
xUGM_NEW_TAG="${{env.UGM_RELEASE_PREFIX}}${MAJOR_VERSION}.${MINOR_VERSION}.${VERSION_PATCH}"
UGM_BUILD_VERSION=$(echo "$MAJOR_VERSION.$MINOR_VERSION.$VERSION_PATCH")
UGM_NEW_TAG=$(echo "${{env.UGM_RELEASE_PREFIX}}${MAJOR_VERSION}.${MINOR_VERSION}.${VERSION_PATCH}")
# echo "gittag=${UGM_NEW_TAG}" >> $GITHUB_OUTPUT
# echo "tagmsg=${{env.UGM_RELEASE_MESSAGE}} ${{steps.date-selector.outputs.date}}" >> $GITHUB_OUTPUT
# echo "tagversion=$UGM_BUILD_VERSION" >> $GITHUB_OUTPUT
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#003.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ test3
test4
test5
test6
test7
test7
test8

0 comments on commit 881a7dd

Please sign in to comment.