ci: fix nightly runs (#2838)

oras verion upgrade has incompatible cmdline args

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
Ramkumar Chinchani
2024-12-19 01:11:27 -08:00
committed by GitHub
parent 8789fb0008
commit 037d6bf3d7
+1 -1
View File
@@ -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))