mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
skip ci for gh-pages commit
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
091f4aa5f9
commit
d1e2700fb6
@ -101,7 +101,7 @@ update_index() {
|
|||||||
|
|
||||||
if ! git diff --quiet; then
|
if ! git diff --quiet; then
|
||||||
git add .
|
git add .
|
||||||
git commit --message="Update index.yaml" --signoff
|
git commit --message="[ci skip] Update index.yaml" --signoff
|
||||||
git push "$GIT_REPOSITORY_URL" gh-pages
|
git push "$GIT_REPOSITORY_URL" gh-pages
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user