Skip to content

Commit

Permalink
test 8.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 25, 2024
1 parent 78604bb commit 4aef226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
- name: Set repository version variables
id: set_version
run: |
# gh variable set UGM_BUILD_REVISION --env ${{env.TARGET_ENV}} --body "${{needs.Branch.outputs.SHA_SHORT}}"
gh variable set UGM_BUILD_REVISION --env ${{env.TARGET_ENV}} --body "${{needs.Branch.outputs.SHA_SHORT}}"
echo "UGM_BUILD_REVISION=${{needs.Branch.outputs.SHA_SHORT}}" >> $GITHUB_ENV
- name: Get repository version variables
id: get_version
run: |
Expand Down
2 changes: 1 addition & 1 deletion applications/scripts/datafix-ab#008.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test 1
test 2
test 3
test 4.3
test 4.4

0 comments on commit 4aef226

Please sign in to comment.