Skip to content

Commit

Permalink
[CI] update script for building local carvel packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 5, 2024
1 parent 32ff7f1 commit cd06863
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-carvel-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ fi

# you can launch a local docker registry using docker run -d -p 5000:5000 --name registry registry:2.7
# export REPO_PREFIX="<local-machine-ip>:5000/"
if [ "$REPO_PREFIX" = "" ]; then
REPO_PREFIX="docker.io/"
fi
readonly REPO_PREFIX="${REPO_PREFIX:-docker.io/}"

export PACKAGE_BUNDLE_REPOSITORY="${REPO_PREFIX}springcloud/scdf-oss-package"
export REPOSITORY_BUNDLE="${REPO_PREFIX}springcloud/scdf-oss-repo"
Expand Down

0 comments on commit cd06863

Please sign in to comment.