Skip to content

Commit

Permalink
ci: fix nightly runs (#2838)
Browse files Browse the repository at this point in the history
oras verion upgrade has incompatible cmdline args

Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha authored Dec 19, 2024
1 parent 8789fb0 commit 037d6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox/pushpull_running_dedupe.bats
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function teardown_file() {

@test "discover oras artifacts - dedupe running" {
start=`date +%s`
run oras discover --plain-http -o json 127.0.0.1:8080/alpine:1
run oras discover --plain-http --format json 127.0.0.1:8080/alpine:1
[ "$status" -eq 0 ]
end=`date +%s`
runtime=$((end-start))
Expand Down

0 comments on commit 037d6bf

Please sign in to comment.