Skip to content

Commit f181a56

Browse files
committed
test
Signed-off-by: Daniil Antoshin <[email protected]>
1 parent 320f904 commit f181a56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/virt-artifact/werf.inc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{- $gitRepoName := "3p-kubevirt" }}
44
{{- $gitRepoUrl := (printf "%s/%s" "deckhouse" $gitRepoName) }}
55
{{- $tag := get $.Core $gitRepoName }}
6-
{{- $version := (split "-" $tag)._0 }}
6+
{{- $version := "fix/vmbda/cgroup-vmbda" }}
77

88
---
99
image: {{ .ModuleNamePrefix }}{{ .ImageName }}-src-artifact
@@ -13,8 +13,10 @@ secrets:
1313
- id: SOURCE_REPO
1414
value: {{ $.SOURCE_REPO }}
1515
shell:
16+
installCacheVersion: "{{ now | date "Mon Jan 2 15:04:05 MST 2006" }}"
1617
install:
1718
- |
19+
echo "$date"
1820
echo "Git clone {{ $gitRepoName }} repository..."
1921
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/{{ $gitRepoUrl }} --branch {{ $tag }} /src/kubevirt
2022

0 commit comments

Comments
 (0)