Skip to content

Commit

Permalink
fix: fix failed e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Jul 23, 2024
1 parent 1b13f62 commit 70e157d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion scripts/pull_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 0 additions & 1 deletion scripts/push_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 70e157d

Please sign in to comment.