1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00

remove unnecessary check

This commit is contained in:
Budleigh Salterton driving a Miura 2016-04-04 17:55:06 +02:00
parent b9ac69cf57
commit c1566b3432

4
run.sh
View File

@ -31,8 +31,8 @@ shift
done
# Create shared folders
[[ -e "$SOURCE" ]] || mkdir -p $SOURCE
[[ -e "$CCACHE" ]] || mkdir -p $CCACHE
mkdir -p $SOURCE
mkdir -p $CCACHE
# Build image if needed
IMAGE_EXISTS=$(docker images $REPOSITORY)