diff --git a/.github/workflows/docker-build-dev.yml b/.github/workflows/docker-build-dev.yml index f976851..ff77925 100644 --- a/.github/workflows/docker-build-dev.yml +++ b/.github/workflows/docker-build-dev.yml @@ -70,6 +70,7 @@ jobs: id: get_branch run: | # Get the latest merge commit message + git log -2 LATEST_MERGE_COMMIT=$(git log --merges --pretty=format:"%s" -1) # Check if the latest merge commit matches "Merge pull request * from bcgov/*" diff --git a/applications/scripts/datafix-ab#001.sql b/applications/scripts/datafix-ab#001.sql index e6f4a9e..e030f70 100644 --- a/applications/scripts/datafix-ab#001.sql +++ b/applications/scripts/datafix-ab#001.sql @@ -1 +1 @@ -test 11.3.12 +test 11.3.13