chore(deps): update bitnami/git docker tag to v2.43.0 (#18)
ci/woodpecker/push/lint_general Pipeline failed
Details
ci/woodpecker/push/lint_general Pipeline failed
Details
This PR contains the following updates: | Package | Update | Change | |---|---|---| | bitnami/git | minor | `2.42.1` -> `2.43.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Reviewed-on: #18pull/20/head
parent
4ef995cc45
commit
8c5de8e54d
|
|
@ -12,7 +12,7 @@ clone:
|
||||||
tags: true
|
tags: true
|
||||||
steps:
|
steps:
|
||||||
"prepare:version":
|
"prepare:version":
|
||||||
image: bitnami/git:2.42.1
|
image: bitnami/git:2.43.0
|
||||||
commands:
|
commands:
|
||||||
- . ./version.sh
|
- . ./version.sh
|
||||||
"lint:style":
|
"lint:style":
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ clone:
|
||||||
tags: true
|
tags: true
|
||||||
steps:
|
steps:
|
||||||
"prepare:version":
|
"prepare:version":
|
||||||
image: bitnami/git:2.42.1
|
image: bitnami/git:2.43.0
|
||||||
group: prepare
|
group: prepare
|
||||||
commands:
|
commands:
|
||||||
- . ./version.sh
|
- . ./version.sh
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ clone:
|
||||||
skip_verify: true
|
skip_verify: true
|
||||||
steps:
|
steps:
|
||||||
"prepare:commitlint":
|
"prepare:commitlint":
|
||||||
image: bitnami/git:2.42.1
|
image: bitnami/git:2.43.0
|
||||||
commands:
|
commands:
|
||||||
- git log -1 --pretty=%B >> commitlint.txt
|
- git log -1 --pretty=%B >> commitlint.txt
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ clone:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
"version:update":
|
"version:update":
|
||||||
image: bitnami/git:2.42.1
|
image: bitnami/git:2.43.0
|
||||||
commands:
|
commands:
|
||||||
- echo "$CI_COMMIT_MESSAGE" | ./version-auto-update.sh
|
- echo "$CI_COMMIT_MESSAGE" | ./version-auto-update.sh
|
||||||
- git config --global http.sslVerify false
|
- git config --global http.sslVerify false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue