Skip to content

Commit

Permalink
Merge pull request #141 from bcgov/bugfix/AB#0006-merges
Browse files Browse the repository at this point in the history
test 11.3.10
  • Loading branch information
DarylTodosichuk authored Oct 29, 2024
2 parents 221bea9 + 6d548b8 commit 20a362b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: List merged branch
id: get_branch
run: |
# Get the latest merge commit message that matches "Merge pull request * from bcgov/*"
# Get the latest merge commit message that matches "Merge pull request"
MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1 | grep -oE 'Merge pull request #[0-9]+ from bcgov/[^ ]+')
# Check if a merged branch was found
if [ -z "$MERGED_BRANCH" ]; then
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 11.3.9
test 11.3.10

0 comments on commit 20a362b

Please sign in to comment.