mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08: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:
committed by
GitHub
parent
8789fb0008
commit
037d6bf3d7
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user