Skip to content

Commit

Permalink
Merge pull request #137 from bcgov/bugfix/AB#00005-git-logs
Browse files Browse the repository at this point in the history
test 11.3.2
  • Loading branch information
DarylTodosichuk authored Oct 29, 2024
2 parents f7a5c49 + 55e9a7f commit 4ae95cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
- name: List merged branch
id: get_branch
run: |
git log --merges --pretty=format:"%s" -1 | grep -oE 'from bcgov/[^ ]+'
MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1 | grep -oE 'from bcgov/[^ ]+' | sed 's/from bcgov\///')
if [ -z "$MERGED_BRANCH" ]; then
echo "Direct push no pull request from bcgov/branch"
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.1
test 11.3.2

0 comments on commit 4ae95cf

Please sign in to comment.