drop check for user from build script

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-06-10 18:00:52 +02:00
parent d380606e39
commit c1aa31d0de
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 0 additions and 7 deletions

View File

@ -33,15 +33,8 @@ function buildBinaries() {
#-------------------------------------------------------------------------------
BRANCH="{{ beacon_node_repo_branch }}"
BUILD_USER="{{ beacon_node_service_user_name }}"
INSTALL_PATH="{{ beacon_node_service_bin_path }}"
if [[ "${USER}" != "${BUILD_USER}" ]]; then
echo "Incorrect user: ${USER}" >&2
echo "Expected: ${BUILD_USER}" >&2
exit 1
fi
# Build the Beacon node binaries
pushd repo >/dev/null