Skip to content

Commit

Permalink
test 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 24, 2024
1 parent 8c9ae47 commit cd983e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,8 @@ jobs:
run: echo "date=$(date +'%B %e, %Y')" >> $GITHUB_OUTPUT
- name: List merged branches
run: |
git fetch --all
MERGED_BRANCHES=$(git branch -r --merged ${{env.TARGET_ENV}} | tail -n 1 | sed 's/origin\///')
echo "Merged branches: $MERGED_BRANCHES"
echo "MERGED_BRANCHES=$MERGED_BRANCHES" >> $GITHUB_ENV
env | sort
echo "MERGED_BRANCH=$(gitgit log --merges --pretty=format:"%s" -1)" >> $GITHUB_OUTPUT
echo "Merged branch: $MERGED_BRANCH"
- name: Set repository version variable
id: setversion
run: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ jobs:
run: echo "date=$(date +'%B %e, %Y')" >> $GITHUB_OUTPUT
- name: List merged branches
run: |
git fetch --all
MERGED_BRANCHES=$(git branch -r --merged ${{env.TARGET_ENV}} | tail -n 1 | sed 's/origin\///')
echo "Merged branches: $MERGED_BRANCHES"
MERGED_BRANCH=$(gitgit log --merges --pretty=format:"%s" -1)
echo "Merged branch: $MERGED_BRANCH"
GenerateTag:
needs: [Setup]
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#006.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ test 3
test 4
test 5
test 6
test 7
test 7
test 8

0 comments on commit cd983e1

Please sign in to comment.