Skip to content

Commit

Permalink
builder: remove root check
Browse files Browse the repository at this point in the history
`set -e` will now make things fail if docker doesn't work. Root check
breaks ci
  • Loading branch information
fbs committed Aug 15, 2021
1 parent 26bba19 commit f211862
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ function build() {
if docker -v |grep -q podman; then
echo "using podman, test likely wont work"
PODMAN=1
else
if [ $EUID -ne 0 ]; then
>&2 echo "requires root"
exit 1
fi
fi

TAG=""
Expand Down

0 comments on commit f211862

Please sign in to comment.