Fix build on AWS codebuild

pull/367/head
Artem Synytsyn 2020-01-05 20:11:59 +02:00
parent 97f189b7b3
commit 55ce4b7c19
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ BUILD_OPTS="$*"
DOCKER="docker"
if ! ${DOCKER} ps >/dev/null 2>&1; then
DOCKER="sudo docker"
DOCKER="docker"
fi
if ! ${DOCKER} ps >/dev/null; then
echo "error connecting to docker:"