feat: ci skip for build result

This commit is contained in:
daudix-UFO
2023-12-21 20:19:53 +03:00
parent 1c62b0db78
commit dc0d9abdbd

View File

@ -36,7 +36,7 @@ steps:
# Commit and push all static files with pipeline started timestamp
- cd $CI_REPO_NAME
- git add .
- git commit -m "Woodpecker CI ${CI_COMMIT_SHA}"
- git commit -m "Woodpecker CI ${CI_COMMIT_SHA} [SKIP CI]"
- git push
when:
event: push