Skip to content

Commit

Permalink
just upload livepool
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriediculous committed Jun 21, 2024
1 parent c6cf0e5 commit e5bdf8d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions upload_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,13 @@ for networkBranch in $NETWORK_BRANCHES; do
fi
done

NODE="./livepeer${EXT}"
CLI="./livepeer_cli${EXT}"
BENCH="./livepeer_bench${EXT}"
ROUTER="./livepeer_router${EXT}"
POOL="./livepool${EXT}"

mkdir -p "${BASE_DIR}/$BASE"

# Optionally step into build directory, if set anywhere
cd "${GO_BUILD_DIR:-./}"
cp "$NODE" "$CLI" "$BENCH" "$ROUTER" "${BASE_DIR}/$BASE"
cp "$POOL" "${BASE_DIR}/$BASE"
cd -

# do a basic upload so we know if stuff's working prior to doing everything else
Expand Down

0 comments on commit e5bdf8d

Please sign in to comment.