Skip to content

Commit 8ae8366

Browse files
committed
[supervisor] openssh: fix build for new leeway version
1 parent da4833b commit 8ae8366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/supervisor/openssh/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packages:
55
- :docker-build
66
config:
77
commands:
8-
- ["sh", "-c", "find . | grep layer.tar | while read f; do tar xfv $f; done"]
8+
- ["sh", "-c","TARFILE=$(cat ./components-supervisor-openssh--docker-build/manifest.json | jq -r '.[].Layers[]') && tar xvf ./components-supervisor-openssh--docker-build/$TARFILE"]
99
- ["rm", "-rf", "components-supervisor-openssh--docker-build"]
1010
- name: docker-build
1111
type: docker

0 commit comments

Comments
 (0)