We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b884608 commit a410aa5Copy full SHA for a410aa5
1 file changed
images/virt-artifact/werf.inc.yaml
@@ -2,7 +2,7 @@
2
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/hack/dockerized#L15
3
{{- $gitRepoName := "3p-kubevirt" }}
4
{{- $gitRepoUrl := (printf "%s/%s" "deckhouse" $gitRepoName) }}
5
-{{- $tag := "feat/vm/migration-progress" }}
+{{- $tag := get $.Core $gitRepoName }}
6
{{- $version := (split "-" $tag)._0 }}
7
8
---
@@ -13,10 +13,8 @@ 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