Skip to content

Commit

Permalink
Merge pull request #147 from bcgov/bugfix/AB#0006-merges
Browse files Browse the repository at this point in the history
test 11.5
  • Loading branch information
DarylTodosichuk authored Oct 29, 2024
2 parents bacd896 + 1f0456c commit f03c80b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '1'
fetch-depth: '2'
- name: Get short commitId
id: get_commit
run: echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
Expand All @@ -72,7 +72,7 @@ jobs:
# Get the latest merge commit message
LATEST_MERGE_COMMIT=$(git log --merges --pretty=format:"%s")
git log
git log --merges
git log | grep -oE 'from bcgov/[^ ]+'
# Print the latest merge commit message for debugging
echo "Latest merge commit message: $LATEST_MERGE_COMMIT"
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.4
test 11.5

0 comments on commit f03c80b

Please sign in to comment.