chore(init): show latest git commit
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
308f070b1d
commit
27d40dbcc9
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ spec:
|
|||
git clone {{ .Values.global.dbMigrationUpstreamRepoURL | default "https://github.com/openreplay/openreplay" }} .
|
||||
ls /opt/openreplay/openreplay
|
||||
git checkout {{ default .Chart.AppVersion .Values.dbMigrationUpstreamBranch }} || exit 10
|
||||
git log -1
|
||||
{{ .Values.global.dbMigrationPreCommand | default "" }}
|
||||
|
||||
exit_count=0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue