Skip to content

Commit f5f7d14

Browse files
committed
Remove unnecessary clean target
Signed-off-by: Alex Cameron <[email protected]>
1 parent 59f0f96 commit f5f7d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build sigstore-java
3232
uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef # tag=v2.3.3
3333
with:
34-
arguments: clean :sigstore-conformance:build
34+
arguments: :sigstore-conformance:build
3535

3636
- name: Unpack sigstore-java distribution
3737
run: tar -xvf ${{ github.workspace }}/sigstore-conformance/build/distributions/sigstore-conformance-*.tar --strip-components 1

0 commit comments

Comments
 (0)