Remove autobuild for technical as it's not versioned

as it's not versioned and installed from github, we cannot guarantee
which version is in the image.
This commit is contained in:
Matthias 2018-10-21 13:20:51 +02:00
parent 0535660db7
commit 7301d76cff

View File

@ -21,10 +21,6 @@ if [ $? -ne 0 ]; then
return 1 return 1
fi fi
# build technical image
sed -i Dockerfile.technical -e "s/FROM freqtradeorg\/freqtrade:develop/FROM freqtradeorg\/freqtrade:${TAG}/"
docker build --cache-from freqtrade:${TAG} -t ${IMAGE_NAME}:${TAG_TECH} -f Dockerfile.technical .
# Tag image for upload # Tag image for upload
docker tag freqtrade:$TAG ${IMAGE_NAME}:$TAG docker tag freqtrade:$TAG ${IMAGE_NAME}:$TAG
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then