Skip to content

Commit

Permalink
Change step to a error
Browse files Browse the repository at this point in the history
  • Loading branch information
André L F S Bacci committed Feb 3, 2025
1 parent 90677d9 commit 8a25606
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,14 @@ jobs:

- name: "Merge doc-base changes from master"
run: |
env
echo === This step will fail if the merge commit is not targeting master
cd doc-base
git branch
echo === git log -n 3
git log -n 3
git checkout master
git branch
git log -n 3
git switch --detach -
git branch
git log -n 3
git -c user.email="()" -c user.name="()" merge --no-ff --no-commit master
git diff --cached
echo === git show HEAD
git show HEAD
echo === git merge --no-ff --no-commit master
git merge --no-ff --no-commit origin/master
- name: "Run QA scripts for EN docs"
if: "matrix.language == 'en'"
Expand Down

0 comments on commit 8a25606

Please sign in to comment.