Skip to content

Commit

Permalink
Merge pull request #150 from bcgov/bugfix/AB#0006-merges
Browse files Browse the repository at this point in the history
test 11.8
  • Loading branch information
DarylTodosichuk authored Oct 29, 2024
2 parents 8e854f1 + 3255441 commit 32223eb
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 @@ -69,8 +69,7 @@ jobs:
- name: List merged branch
id: get_branch
run: |
git log
git log -1 | grep -oE 'from bcgov/[^ ]+'
git log -1
MERGED_BRANCH=$(git log -1 | grep -oE 'from bcgov/[^ ]+' | sed 's/from bcgov\///')
if [ -z "$MERGED_BRANCH" ]; then
echo "Direct push into --env ${{env.TARGET_ENV}}"
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.7
test 11.8

0 comments on commit 32223eb

Please sign in to comment.