ci(build): fix commit msg
This commit is contained in:
parent
c008cc3eba
commit
3f6f23e4a5
|
@ -63,7 +63,7 @@ jobs:
|
||||||
- name: Clone, Commit and Push
|
- name: Clone, Commit and Push
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
COMMIT_MSG=$(git log -1 --pretty=%B)
|
COMMIT_MSG=${{ github.event.head_commit.message }}
|
||||||
git clone ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/runner-images.git runner-images
|
git clone ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/runner-images.git runner-images
|
||||||
cd runner-images
|
cd runner-images
|
||||||
if echo "$COMMIT_MSG" | grep -qi "force build"; then
|
if echo "$COMMIT_MSG" | grep -qi "force build"; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user