We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb42af0 commit 20a9d8aCopy full SHA for 20a9d8a
orchestrator/builder/build-environment.sh
@@ -32,7 +32,6 @@ build_bee() {
32
# Build bee and make docker image
33
export BEE_VERSION=${COMMIT_HASH::7}-commit
34
export REACHABILITY_OVERRIDE_PUBLIC=true
35
- make binary REACHABILITY_OVERRIDE_PUBLIC=$REACHABILITY_OVERRIDE_PUBLIC
36
echo "Bee image will be built with version: $BEE_VERSION"
37
docker build . -t ethersphere/bee:$BEE_VERSION --build-arg REACHABILITY_OVERRIDE_PUBLIC=$REACHABILITY_OVERRIDE_PUBLIC
38
cd "$MY_PATH" || exit 1
0 commit comments