Skip to content

Commit

Permalink
test 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 25, 2024
1 parent b5b0fb3 commit 1e4a2d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 @@ -70,8 +70,8 @@ jobs:
- name: List merged branch
id: get-branch
run: |
echo "MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1)" >> $GITHUB_OUTPUT
MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1)
echo "MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1 | grep -oE 'from bcgov/[^ ]+' | sed 's/from bcgov\///')" >> $GITHUB_OUTPUT
MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1 | grep -oE 'from bcgov/[^ ]+' | sed 's/from bcgov\///')
echo "Merged branch: $MERGED_BRANCH"
- name: Set repository version variables
id: setversion
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: List merged branch
id: get-branch
run: |
echo "MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1)" >> $GITHUB_OUTPUT
MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1)
echo "MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1 | grep -oE 'from bcgov/[^ ]+' | sed 's/from bcgov\///')" >> $GITHUB_OUTPUT
MERGED_BRANCH=$(git log --merges --pretty=format:"%s" -1 | grep -oE 'from bcgov/[^ ]+' | sed 's/from bcgov\///')
echo "Merged branch: $MERGED_BRANCH"
GenerateTag:
needs: [Setup]
Expand Down
2 changes: 1 addition & 1 deletion applications/scripts/datafix-ab#007.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test
test 1

0 comments on commit 1e4a2d8

Please sign in to comment.