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 0bce986 commit 4f8e36cCopy full SHA for 4f8e36c
images/virt-artifact/werf.inc.yaml
@@ -13,8 +13,9 @@ secrets:
13
value: {{ $.SOURCE_REPO }}
14
shell:
15
install:
16
- - echo "add sorting for customizeComponents.flags"
17
- - git clone --depth=1 --branch {{ $tag }} $(cat /run/secrets/SOURCE_REPO)/deckhouse/3p-kubevirt /kubevirt
+ - git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/deckhouse/3p-kubevirt --branch {{ $tag }} /kubevirt
+ - |
18
+ echo "add sorting for customizeComponents.flags"
19
cd /kubevirt
20
git log -n 5
21
---
0 commit comments