File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments