Skip to content

Commit

Permalink
Fix commit check task.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Feb 28, 2024
1 parent ae61a43 commit e373afd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/pre-job-template.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ check_commit:
START_COMMIT: {{ "${{ github.event.before }}" }}
END_COMMIT: {{ "${{ github.event.after }}" }}
run: |
cd ..
python .ci/scripts/validate_commit_message_custom.py

lint_po:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ jobs:
START_COMMIT: ${{ github.event.before }}
END_COMMIT: ${{ github.event.after }}
run: |
pwd
ls -al
cd ..
pwd
ls -al
python .ci/scripts/validate_commit_message_custom.py
lint_po:
Expand Down

0 comments on commit e373afd

Please sign in to comment.