Skip to content

Commit

Permalink
test 8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 25, 2024
1 parent 3ca7733 commit 78604bb
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -65,6 +65,7 @@ jobs:
id: get_commit
run: |
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "UGM_BUILD_REVISION=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- name: List merged branch
id: get_branch
run: |
Expand All @@ -91,11 +92,10 @@ 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}}"
- name: Get repository version variables
id: get_version
run: |
git fetch --all
gh variable list --env dev
echo "..."
echo "buildArgs --env ${{env.TARGET_ENV}} UNITY_BUILD_VERSION: ${{env.UGM_BUILD_VERSION}}, UNITY_BUILD_REVISION: ${{env.UGM_BUILD_REVISION}}, Merged Branch: ${{needs.Branch.outputs.MERGED_BRANCH}}"
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.1
test 4.3

0 comments on commit 78604bb

Please sign in to comment.