0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-02-10 23:39:39 -05:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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))