We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320f904 commit f181a56Copy full SHA for f181a56
images/virt-artifact/werf.inc.yaml
@@ -3,7 +3,7 @@
3
{{- $gitRepoName := "3p-kubevirt" }}
4
{{- $gitRepoUrl := (printf "%s/%s" "deckhouse" $gitRepoName) }}
5
{{- $tag := get $.Core $gitRepoName }}
6
-{{- $version := (split "-" $tag)._0 }}
+{{- $version := "fix/vmbda/cgroup-vmbda" }}
7
8
---
9
image: {{ .ModuleNamePrefix }}{{ .ImageName }}-src-artifact
@@ -13,8 +13,10 @@ secrets:
13
- id: SOURCE_REPO
14
value: {{ $.SOURCE_REPO }}
15
shell:
16
+ installCacheVersion: "{{ now | date "Mon Jan 2 15:04:05 MST 2006" }}"
17
install:
18
- |
19
+ echo "$date"
20
echo "Git clone {{ $gitRepoName }} repository..."
21
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/{{ $gitRepoUrl }} --branch {{ $tag }} /src/kubevirt
22
0 commit comments