Skip to content

Commit 1173dee

Browse files
committed
fix
1 parent 49cb2df commit 1173dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
CST_REPO: github.com/GoogleContainerTools/container-structure-test
8181
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)