Skip to content

Commit

Permalink
test 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 22, 2024
1 parent 134ed6c commit a693495
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
UGM_BUILD_VERSION=$($MAJOR_VERSION.$MINOR_VERSION.$VERSION_PATCH)
UGM_NEW_TAG="${{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"
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#003.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 a693495

Please sign in to comment.