Skip to content

Commit

Permalink
Removed GIT2GO envs from local dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Carlson committed Mar 28, 2023
1 parent 896a0f9 commit 915e852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function compile() {
completion_image=${IMAGE_PREFIX}completion
lifecycle_image=${IMAGE_PREFIX}lifecycle

pack_build ${controller_image} "./cmd/controller" -e BP_GIT2GO_ENABLED=true -e BP_GIT2GO_USE_LIBSSL=true
pack_build ${controller_image} "./cmd/controller"
controller_image=${resolved_image_name}

pack_build ${build_waiter_image} "./cmd/build-waiter"
Expand All @@ -44,7 +44,7 @@ function compile() {
pack_build ${webhook_image} "./cmd/webhook"
webhook_image=${resolved_image_name}

pack_build ${build_init_image} "./cmd/build-init" -e BP_GIT2GO_ENABLED=true -e BP_GIT2GO_USE_LIBSSL=true
pack_build ${build_init_image} "./cmd/build-init"
build_init_image=${resolved_image_name}

pack_build ${rebase_image} "./cmd/rebase"
Expand Down

0 comments on commit 915e852

Please sign in to comment.