chore(deps): update bitnami/git docker tag to v2.43.0 #18

Merged
renovatebot merged 1 commits from renovate/bitnami-git-2.x into main 2024-01-26 22:59:12 +00:00
4 changed files with 4 additions and 4 deletions

View File

@ -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":

View File

@ -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

View File

@ -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

View File

@ -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