chore(deps): update bitnami/git docker tag to v2.43.0 (#18)
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/16/head
parent
328f57454c
commit
e9e47b8107
|
|
@ -12,7 +12,7 @@ clone:
|
|||
tags: true
|
||||
steps:
|
||||
"prepare:version":
|
||||
image: bitnami/git:2.42.1
|
||||
image: bitnami/git:2.43.0
|
||||
commands:
|
||||
- . ./version.sh
|
||||
"lint:style":
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ clone:
|
|||
tags: true
|
||||
steps:
|
||||
"prepare:version":
|
||||
image: bitnami/git:2.42.1
|
||||
image: bitnami/git:2.43.0
|
||||
group: prepare
|
||||
commands:
|
||||
- . ./version.sh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ clone:
|
|||
skip_verify: true
|
||||
steps:
|
||||
"prepare:commitlint":
|
||||
image: bitnami/git:2.42.1
|
||||
image: bitnami/git:2.43.0
|
||||
commands:
|
||||
- git log -1 --pretty=%B >> commitlint.txt
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ clone:
|
|||
|
||||
steps:
|
||||
"version:update":
|
||||
image: bitnami/git:2.42.1
|
||||
image: bitnami/git:2.43.0
|
||||
commands:
|
||||
- echo "$CI_COMMIT_MESSAGE" | ./version-auto-update.sh
|
||||
- git config --global http.sslVerify false
|
||||
|
|
|
|||
Loading…
Reference in New Issue