chore(init): show latest git commit

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2024-09-02 15:04:50 +02:00
parent 308f070b1d
commit 27d40dbcc9

View file

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