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:
parent
8789fb0008
commit
037d6bf3d7
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ function teardown_file() {
|
||||||
|
|
||||||
@test "discover oras artifacts - dedupe running" {
|
@test "discover oras artifacts - dedupe running" {
|
||||||
start=`date +%s`
|
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 ]
|
[ "$status" -eq 0 ]
|
||||||
end=`date +%s`
|
end=`date +%s`
|
||||||
runtime=$((end-start))
|
runtime=$((end-start))
|
||||||
|
|
Loading…
Add table
Reference in a new issue