Skip to content

Commit b308028

Browse files
committed
++ rebuild cdi and virt images
Signed-off-by: Ivan Mikheykin <[email protected]>
1 parent 93373d0 commit b308028

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

images/cdi-artifact/werf.inc.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ shell:
3434
echo "Git clone CDI repository..."
3535
git clone --depth 1 --branch {{ $version }} $(cat /run/secrets/SOURCE_REPO)/{{ $gitRepoUrl }} /src/containerized-data-importer
3636
37+
cd /src/containerized-data-importer
38+
git log -n 5
39+
3740
rm -rf /src/containerized-data-importer/.git
3841
3942
---
@@ -62,6 +65,7 @@ shell:
6265
git binutils make gcc glibc-pthread glibc-devel glibc-devel-static golang
6366
{{- include "alt packages clean" . | nindent 2 }}
6467
install:
68+
- echo "qweqweqwe"
6569
- |
6670
# Install packages
6771
PKGS="{{ $builderDependencies.packages | join " " }}"
@@ -72,7 +76,7 @@ shell:
7276
7377
- |
7478
export GOPROXY=$(cat /run/secrets/GOPROXY)
75-
79+
7680
echo Download Go modules.
7781
cd /containerized-data-importer
7882
go mod download

images/virt-artifact/werf.inc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ shell:
1616
- |
1717
mkdir -p ~/.ssh && echo "StrictHostKeyChecking accept-new" > ~/.ssh/config
1818
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/deckhouse/3p-kubevirt --branch {{ $tag }} /kubevirt
19-
19+
cd /kubevirt
20+
git log -n 5
2021
---
2122

2223
{{- $name := print .ImageName "-dependencies" -}}
@@ -70,6 +71,7 @@ shell:
7071
{{- include "alt packages clean" . | nindent 2 }}
7172

7273
install:
74+
- echo "qweqweqwe"
7375
- |
7476
# Install packages
7577
PKGS="{{ $builderDependencies.packages | join " " }}"

0 commit comments

Comments
 (0)