This commit is contained in:
parent
d438bb0235
commit
6f38776809
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache g++ libc-dev git clang clang-extra-tools
|
- apk add --no-cache g++ libc-dev git clang clang-extra-tools
|
||||||
- echo "Checking for changes..."
|
- echo "Checking for changes..."
|
||||||
- git config --global user.name "Woodpecker CI"
|
- git config --global user.name "nyosic"
|
||||||
- git config --global user.email "woodpecker@xyro.win"
|
- git config --global user.email "nyosic@xyro.win"
|
||||||
- git add .
|
- git add .
|
||||||
- git diff --cached --quiet || (git commit -m "Apply clang-format changes [skip ci]" && git push origin HEAD)
|
- git diff --cached --quiet || (git commit -m "Apply clang-format changes [skip ci]" && git push origin HEAD)
|
||||||
- ls -al build
|
- ls -al build
|
||||||
|
|
Loading…
Add table
Reference in a new issue