Skip to content

Commit

Permalink
test 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 24, 2024
1 parent 8b969b2 commit 66e7cb1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Get ShortCommitId
id: get-commit
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Get buildArgs
run: |
echo "buildArgs UNITY_BUILD_VERSION: ${{env.UGM_BUILD_VERSION}}, UNITY_BUILD_REVISION: ${{steps.get-commit.outputs.sha_short}}"
- name: Get current date
id: date-selector
run: echo "date=$(date +'%B %e, %Y')" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -88,8 +96,10 @@ jobs:
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 set UGM_BUILD_VERSION --env ${{env.TARGET_ENV}} --body "${{steps.tag-selector.outputs.tagversion}}"
gh variable list --env ${{env.TARGET_ENV}}
echo "buildArgs UNITY_BUILD_VERSION: ${{env.UGM_BUILD_VERSION}}, UNITY_BUILD_REVISION: ${{env.UGN_BUILD_REVISION}}"
Build:
needs: [Setup,GenerateTag]
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
@@ -1 +1,2 @@
test 1
test 1
test 2

0 comments on commit 66e7cb1

Please sign in to comment.