Skip to content

Commit

Permalink
test 6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 24, 2024
1 parent cd983e1 commit abcb0db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,18 @@ jobs:
id: date-selector
run: echo "date=$(date +'%B %e, %Y')" >> $GITHUB_OUTPUT
- name: List merged branches
id: get-branch
run: |
echo "MERGED_BRANCH=$(gitgit log --merges --pretty=format:"%s" -1)" >> $GITHUB_OUTPUT
MERGED_BRANCH=$(gitgit log --merges --pretty=format:"%s" -1)
echo "Merged branch: $MERGED_BRANCH"
- name: Set repository version variable
id: setversion
run: |
gh variable list --env ${{env.TARGET_ENV}}
gh variable set UGM_BUILD_REVISION --env ${{env.TARGET_ENV}} --body "${{steps.get-commit.outputs.sha_short}}"
gh variable list --env ${{env.TARGET_ENV}}
echo "buildArgs UNITY_BUILD_VERSION: ${{env.UGM_BUILD_VERSION}}, UNITY_BUILD_REVISION: ${{env.UGM_BUILD_REVISION}}"
echo "buildArgs UNITY_BUILD_VERSION: ${{env.UGM_BUILD_VERSION}}, UNITY_BUILD_REVISION: ${{env.UGM_BUILD_REVISION}}, Merged Branch: ${{steps.get-branch.outputs.MERGED_BRANCH}}"
Build:
needs: [Setup,BranchInfo]
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#006.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ test 4
test 5
test 6
test 7
test 8
test 8
test 9

0 comments on commit abcb0db

Please sign in to comment.