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 b3d9caf commit 9ea936fCopy full SHA for 9ea936f
images/virt-artifact/werf.inc.yaml
@@ -43,8 +43,10 @@ shell:
43
44
{{- include "alt packages clean" . | nindent 2 }}
45
46
+ installCacheVersion: "{{ now | date "Mon Jan 2 15:04:05 MST 2006" }}" # <--- для пересборки
47
install:
48
- |
49
+ echo $date
50
mkdir -p ~/.ssh && echo "StrictHostKeyChecking accept-new" > ~/.ssh/config
51
git config --global --add advice.detachedHead false
52
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/deckhouse/3p-kubevirt --branch {{ $tag }} /kubevirt
0 commit comments