Skip to content

Commit

Permalink
test 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 22, 2024
1 parent 7bdecf4 commit 14992d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
echo "..."
env | sort
GenerateTag:
needs: [Setup]
runs-on: ubuntu-latest
environment: dev
steps:
Expand Down Expand Up @@ -89,12 +90,12 @@ jobs:
run: |
gh variable list --env dev
gh variable set UGM_BUILD_VERSION --env dev --body "${{steps.tag-selector.outputs.tagversion}}"
gh variable list --env dev
outputs:
TAGNAME: ${{steps.tag-selector.outputs.gittag}}
TAGMESSAGE: ${{steps.tag-selector.outputs.tagmsg}}
TAGVERSION: ${{steps.tag-selector.outputs.tagversion}}

build:
Build:
needs: [Setup,GenerateTag]
runs-on: ubuntu-latest
environment: dev
Expand Down
1 change: 1 addition & 0 deletions applications/scripts/datafix-ab#004.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 14992d0

Please sign in to comment.