From 70e157d1deddebda73d9873954f9ad486988b912 Mon Sep 17 00:00:00 2001 From: zongz Date: Tue, 23 Jul 2024 19:31:51 +0800 Subject: [PATCH] fix: fix failed e2e test Signed-off-by: zongz --- scripts/e2e.sh | 1 - scripts/pull_pkg.sh | 1 - scripts/push_pkg.sh | 1 - 3 files changed, 3 deletions(-) diff --git a/scripts/e2e.sh b/scripts/e2e.sh index 3266add1..463af212 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -7,7 +7,6 @@ # set the kpm default registry and repository export KPM_REG="localhost:5001" export KPM_REPO="test" -export OCI_REG_PLAIN_HTTP=on set -o errexit set -o nounset diff --git a/scripts/pull_pkg.sh b/scripts/pull_pkg.sh index 083e9032..aed1488d 100755 --- a/scripts/pull_pkg.sh +++ b/scripts/pull_pkg.sh @@ -10,7 +10,6 @@ fi # set the kpm default registry and repository export KPM_REG="ghcr.io" export KPM_REPO="kcl-lang" -export OCI_REG_PLAIN_HTTP=off current_dir=$(pwd) diff --git a/scripts/push_pkg.sh b/scripts/push_pkg.sh index b2807459..25aa660b 100755 --- a/scripts/push_pkg.sh +++ b/scripts/push_pkg.sh @@ -11,7 +11,6 @@ fi export KPM_REG="localhost:5001" export KPM_REPO="test" -export OCI_REG_PLAIN_HTTP=on # Prepare the package on the registry current_dir=$(pwd)