Skip to content

Commit

Permalink
test 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 25, 2024
1 parent 7a98d50 commit 3070b2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ jobs:
id: set_version
run: |
gh variable list --env ${{env.TARGET_ENV}}
echo "..."
gh variable set UGM_BUILD_REVISION --env ${{env.TARGET_ENV}} --body "${{needs.Branch.outputs.SHA_SHORT}}"
gh variable set UGM_BUILD_VERSION --env ${{env.TARGET_ENV}} --body "${{needs.GenerateTag.outputs.TAGVERSION}}"
echo "..."
gh variable list --env ${{env.TARGET_ENV}}
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
8 changes: 5 additions & 3 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,17 @@ jobs:
id: set_version
run: |
gh variable list --env ${{env.TARGET_ENV}}
echo "..."
gh variable set UGM_BUILD_REVISION --env ${{env.TARGET_ENV}} --body "${{needs.Branch.outputs.SHA_SHORT}}"
gh variable set UGM_BUILD_VERSION --env ${{env.TARGET_ENV}} --body "${{needs.GenerateTag.outputs.TAGVERSION}}"
echo "..."
gh variable list --env ${{env.TARGET_ENV}}
echo "..."
# Update other environments version elements
gh variable set UGM_BUILD_VERSION --env dev --body "${{needs.GenerateTag.outputs.TAGVERSION}}"
gh variable get UGM_BUILD_VERSION --env dev
gh variable list --env dev
echo "..."
gh variable set UGM_BUILD_VERSION --env main --body "${{needs.GenerateTag.outputs.TAGVERSION}}"
gh variable get UGM_BUILD_VERSION --env main
gh variable list --env main
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}}"
Build:
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#008.sql
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
test 1
test 1
test 2

0 comments on commit 3070b2c

Please sign in to comment.