Skip to content

Commit eb19a30

Browse files
committed
remove uesless lines
1 parent 10ccd16 commit eb19a30

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build_workflow.yml

-4
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
git config --global --add safe.directory $PWD # ignore ownership problem
3737
- name: Checkout
3838
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4
39-
- name: check git object
40-
run: |
41-
git show HEAD | cat
4239
- name: compile
4340
run: |
4441
bash ./rebuild.sh
@@ -48,5 +45,4 @@ jobs:
4845
mv /home/git/binary-com/perl/{bin,lib} .
4946
git add lib bin
5047
git commit -m "[ci skip] compile $VERSION"
51-
git log -n 5 | cat
5248
git push origin HEAD:$BRANCH

0 commit comments

Comments
 (0)