Skip to content

Commit 037d6bf

Browse files
authored
ci: fix nightly runs (#2838)
oras verion upgrade has incompatible cmdline args Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
1 parent 8789fb0 commit 037d6bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/blackbox/pushpull_running_dedupe.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ function teardown_file() {
263263

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

0 commit comments

Comments
 (0)