diff --git a/.github/workflows/docker-build-dev.yml b/.github/workflows/docker-build-dev.yml index d0d2e45..0124d27 100644 --- a/.github/workflows/docker-build-dev.yml +++ b/.github/workflows/docker-build-dev.yml @@ -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}} @@ -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: | @@ -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: | diff --git a/.github/workflows/docker-build-main.yml b/.github/workflows/docker-build-main.yml index dec570a..ea31982 100644 --- a/.github/workflows/docker-build-main.yml +++ b/.github/workflows/docker-build-main.yml @@ -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: | @@ -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: | @@ -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: | diff --git a/.github/workflows/docker-build-test.yml b/.github/workflows/docker-build-test.yml index c271114..18bf26f 100644 --- a/.github/workflows/docker-build-test.yml +++ b/.github/workflows/docker-build-test.yml @@ -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}} @@ -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: @@ -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: | @@ -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: | @@ -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: | diff --git a/applications/scripts/datafix-ab#001.sql b/applications/scripts/datafix-ab#001.sql index 1567b9f..2b604e0 100644 --- a/applications/scripts/datafix-ab#001.sql +++ b/applications/scripts/datafix-ab#001.sql @@ -1 +1 @@ -test 10.3 \ No newline at end of file +test 11 \ No newline at end of file