Skip to content

Commit

Permalink
test 11.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 29, 2024
1 parent 31edaf1 commit f41a503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,9 @@ jobs:
run: |
# Get the latest merge commit message that matches "Merge pull request * from bcgov/*"
MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -5 | grep -oE 'Merge pull request #[0-9]+ from bcgov/[^ ]+' | head -n 1 | sed 's/Merge pull request #[0-9]\+ from bcgov\///')
echo "Extracted MERGED_BRANCH: $MERGED_BRANCH"
# Check if a merged branch was found
if [ -z "$MERGED_BRANCH" ]; then
echo "Direct push"
echo "Direct push into dev branch"
echo "MERGED_BRANCH=push" >> $GITHUB_OUTPUT
else
echo "Merged branch: $MERGED_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.6
test 11.3.7

0 comments on commit f41a503

Please sign in to comment.