Skip to content

Commit a1eb2f8

Browse files
committed
ci: fix notation related failures
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
1 parent befe276 commit a1eb2f8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ STACKER := $(shell which stacker)
1212
GOLINTER := $(TOOLSDIR)/bin/golangci-lint
1313
GOLINTER_VERSION := v2.1.0
1414
NOTATION := $(TOOLSDIR)/bin/notation
15-
NOTATION_VERSION := 1.0.0
15+
NOTATION_VERSION := 1.3.2
1616
COSIGN := $(TOOLSDIR)/bin/cosign
1717
COSIGN_VERSION := 2.2.0
1818
HELM := $(TOOLSDIR)/bin/helm

test/blackbox/sync.bats

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ function setup_file() {
3030
exit 1
3131
fi
3232

33+
run mkdir -p ${HOME}/.config/notation
34+
3335
# Download test data to folder common for the entire suite, not just this file
3436
skopeo --insecure-policy copy --format=oci docker://ghcr.io/project-zot/golang:1.20 oci:${TEST_DATA_DIR}/golang:1.20
3537
# Setup zot server

0 commit comments

Comments
 (0)