mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
parent
86cfc1d316
commit
606872502d
1 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ commitBuildChanges () {
|
||||||
git config --global user.name "mitchellkrogza"
|
git config --global user.name "mitchellkrogza"
|
||||||
git config --global user.email "mitchellkrog@gmail.com"
|
git config --global user.email "mitchellkrog@gmail.com"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "${latestbuild}"
|
git commit -m "${latestbuild} [ci skip]"
|
||||||
git push
|
git push
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -116,8 +116,8 @@ printf "\n\n"
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
releaseNewVersion
|
releaseNewVersion
|
||||||
#commitBuildChanges
|
commitBuildChanges
|
||||||
#deployPackage
|
deployPackage
|
||||||
|
|
||||||
|
|
||||||
# ----------------------
|
# ----------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue