Skip to content

Commit

Permalink
test 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 22, 2024
1 parent 881a7dd commit 7bdecf4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,20 @@ jobs:
echo "${{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
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
- name: Create Git Tag
run: |
git config user.name "GitHub Actions 1"
git config user.name "GitHub Actions"
git config user.email "github-actions@users.noreply.github.com"
#git tag -a "${{steps.tag-selector.outputs.gittag}}" -m "${{steps.tag-selector.outputs.tagmsg}}"
#git push origin "${{steps.tag-selector.outputs.gittag}}"
git tag -a "${{steps.tag-selector.outputs.gittag}}" -m "${{steps.tag-selector.outputs.tagmsg}}"
git push origin "${{steps.tag-selector.outputs.gittag}}"
- name: Set repository version variable
id: setversion
run: |
gh variable list --env dev
#gh variable set UGM_BUILD_VERSION --env dev --body "${{steps.tag-selector.outputs.tagversion}}"
gh variable set UGM_BUILD_VERSION --env dev --body "${{steps.tag-selector.outputs.tagversion}}"
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#003.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ test4
test5
test6
test7
test8
test8
test9

0 comments on commit 7bdecf4

Please sign in to comment.