Skip to content

Commit

Permalink
Remove unused CSPLIT_CMD variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed May 2, 2024
1 parent 9d1149d commit fd9c5cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hack/build-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ function save_ref() {
echo "${tagRef}@${digest}"
}

if [[ $(uname) = Darwin ]]; then
CSPLIT_CMD="gcsplit"
else
CSPLIT_CMD="csplit"
fi

if [ -z "$MY_QUAY_USER" ]; then
echo "MY_QUAY_USER is not set, skip this build."
exit 0
Expand Down

0 comments on commit fd9c5cb

Please sign in to comment.