Skip to content

Commit 20a9d8a

Browse files
committed
build: remove redundant make binary
1 parent bb42af0 commit 20a9d8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

orchestrator/builder/build-environment.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ build_bee() {
3232
# Build bee and make docker image
3333
export BEE_VERSION=${COMMIT_HASH::7}-commit
3434
export REACHABILITY_OVERRIDE_PUBLIC=true
35-
make binary REACHABILITY_OVERRIDE_PUBLIC=$REACHABILITY_OVERRIDE_PUBLIC
3635
echo "Bee image will be built with version: $BEE_VERSION"
3736
docker build . -t ethersphere/bee:$BEE_VERSION --build-arg REACHABILITY_OVERRIDE_PUBLIC=$REACHABILITY_OVERRIDE_PUBLIC
3837
cd "$MY_PATH" || exit 1

0 commit comments

Comments
 (0)