Skip to content

Commit

Permalink
test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 28, 2024
1 parent 362dee1 commit 0a2e65e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ on:
- 'LICENSE'
- 'README.md'
- 'SECURITY.md'

# Allow manual workflow triggering
workflow_dispatch:
# Workflow dependencies
env:
TARGET_ENV: dev
GH_TOKEN: ${{secrets.GH_API_TOKEN}}
Expand Down Expand Up @@ -60,7 +62,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: '1'
- name: Get short commitId
id: get_commit
run: |
Expand All @@ -87,7 +89,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: '1'
- name: Set repository version variables
id: set_version
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: '1'
- name: Get short commitId
id: get_commit
run: |
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: '1'
- name: Generate Next Git Tag
id: tag_selector
run: |
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: '1'
- name: Set repository version variables
id: set_version
run: |
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ on:
- 'LICENSE'
- 'README.md'
- 'SECURITY.md'

# Allow manual workflow triggering
workflow_dispatch:
# Workflow dependencies
env:
TARGET_ENV: test
GH_TOKEN: ${{secrets.GH_API_TOKEN}}
Expand All @@ -32,7 +34,7 @@ env:
UGM_BUILD_REVISION: ${{vars.UGM_BUILD_REVISION}}

UGM_RELEASE_PREFIX: API_v
UGM_RELEASE_MESSAGE: "Test deployment"
UGM_RELEASE_MESSAGE: "QA Test and UAT Deployment"

jobs:
Setup:
Expand Down Expand Up @@ -60,7 +62,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: '1'
- name: Get short commitId
id: get_commit
run: |
Expand All @@ -87,7 +89,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: '1'
- name: Generate Next Git Tag
id: tag_selector
run: |
Expand Down Expand Up @@ -123,7 +125,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: '1'
- name: Set repository version variables
id: set_version
run: |
Expand Down
2 changes: 1 addition & 1 deletion applications/scripts/datafix-ab#001.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test 10.3
test 11

0 comments on commit 0a2e65e

Please sign in to comment.