chore(deps): update bitnami/git docker tag to v2.43.0 #18
|
|
@ -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