Skip to content

Commit 57585a9

Browse files
fix libbsd
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
1 parent b425a64 commit 57585a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

images/packages/binaries/libbsd/werf.inc.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ shell:
2525
mkdir -p ~/.ssh && echo "StrictHostKeyChecking accept-new" > ~/.ssh/config
2626
2727
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/{{ $gitRepoUrl }} --branch {{ $version }} /src
28-
rm -rf /src/.git
28+
# rm -rf /src/.git
2929
3030
---
3131
{{- $name := print $.ImageName "-dependencies" -}}
@@ -60,9 +60,7 @@ shell:
6060
install:
6161
- |
6262
OUTDIR=/out
63-
mkdir -p ~/.ssh && echo "StrictHostKeyChecking accept-new" > ~/.ssh/config
6463
65-
git clone --depth=1 $(cat /run/secrets/SOURCE_REPO)/{{ $gitRepoUrl }} --branch {{ $version }} /src
6664
cd /src
6765
./autogen
6866
./configure \

0 commit comments

Comments
 (0)