File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 ---
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 " " }}"
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
Original file line number Diff line number Diff line change 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" -}}
7071 {{- include "alt packages clean" . | nindent 2 }}
7172
7273 install :
74+ - echo "qweqweqwe"
7375 - |
7476 # Install packages
7577 PKGS="{{ $builderDependencies.packages | join " " }}"
You can’t perform that action at this time.
0 commit comments