Skip to content

Commit bb0b3ee

Browse files
committed
f
1 parent 1173dee commit bb0b3ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
# renovate: datasource=github-releases depName=container-structure-test lookupName=GoogleContainerTools/container-structure-test
7979
CST_VERSION: 1.19.3
8080
CST_REPO: github.com/GoogleContainerTools/container-structure-test
81-
run: |
81+
run: >-
8282
curl -L "https://${{ env.CST_REPO }}/releases/download/v${{
83-
env.CST_VERSION }}/container-structure-test-linux-${{ matrix.arch
84-
}}" > container-structure-test
83+
env.CST_VERSION }}/container-structure-test-linux-${{ matrix.arch }}"
84+
> container-structure-test
8585
&& chmod +x container-structure-test
8686
&& mv container-structure-test /usr/bin/
8787

0 commit comments

Comments
 (0)