Skip to content

Commit

Permalink
test 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 22, 2024
1 parent 68f5e09 commit 03affc9
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 @@ -37,7 +37,7 @@ env:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
setup:
Setup:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down Expand Up @@ -75,7 +75,6 @@ jobs:
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}"
# 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 All @@ -96,6 +95,7 @@ jobs:
TAGVERSION: ${{steps.tag-selector.outputs.tagversion}}

build:
needs: [Setup,GenerateTag]
runs-on: ubuntu-latest
environment: dev
steps:
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 @@ -3,4 +3,5 @@ test2
test3
test4
test5
test6
test6
test7

0 comments on commit 03affc9

Please sign in to comment.