Skip to content

Commit a410aa5

Browse files
committed
Revert "chore(core): add 3p-kubevirt branch info"
This reverts commit 56de1b8. Signed-off-by: Daniil Antoshin <daniil.antoshin@flant.com>
1 parent b884608 commit a410aa5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

images/virt-artifact/werf.inc.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/hack/dockerized#L15
33
{{- $gitRepoName := "3p-kubevirt" }}
44
{{- $gitRepoUrl := (printf "%s/%s" "deckhouse" $gitRepoName) }}
5-
{{- $tag := "feat/vm/migration-progress" }}
5+
{{- $tag := get $.Core $gitRepoName }}
66
{{- $version := (split "-" $tag)._0 }}
77

88
---
@@ -13,10 +13,8 @@ secrets:
1313
- id: SOURCE_REPO
1414
value: {{ $.SOURCE_REPO }}
1515
shell:
16-
installCacheVersion: "{{ now | date "Mon Jan 2 15:04:05 MST 2006" }}"
1716
install:
1817
- |
19-
echo "$date"
2018
echo "Git clone {{ $gitRepoName }} repository..."
2119
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/{{ $gitRepoUrl }} --branch {{ $tag }} /src/kubevirt
2220

0 commit comments

Comments
 (0)