Skip to content

Commit 49cb2df

Browse files
committed
yamllint failed to ignore long line, so I make it multiline
1 parent 9290692 commit 49cb2df

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,11 @@ jobs:
7777
# yamllint disable-line rule:line-length
7878
# renovate: datasource=github-releases depName=container-structure-test lookupName=GoogleContainerTools/container-structure-test
7979
CST_VERSION: 1.19.3
80-
run: >-
81-
curl -L "
82-
https://github.com/GoogleContainerTools/container-structure-test/
83-
releases/download/v${CST_VERSION}/
84-
container-structure-test-linux-${{ matrix.arch }}
85-
" > container-structure-test
80+
CST_REPO: github.com/GoogleContainerTools/container-structure-test
81+
run: |
82+
curl -L "https://${{ env.CST_REPO }}/releases/download/v${{
83+
env.CST_VERSION }}/container-structure-test-linux-${{ matrix.arch }}"
84+
> container-structure-test
8685
&& chmod +x container-structure-test
8786
&& mv container-structure-test /usr/bin/
8887

0 commit comments

Comments
 (0)