Build 9.1.5 production image only until developer auth complete

This commit is contained in:
Luke Powlett
2020-03-24 10:33:07 +00:00
committed by Luke J Powlett
parent d2bc7b2adc
commit 35293e1b46
5 changed files with 43 additions and 38 deletions

View File

@@ -30,7 +30,8 @@ echo -en 'travis_fold:end:docker-downgrade\\r'
## Push images
if [ "$BUILD_ALL" = true ] ; then
./travis-build-scripts/push.sh developer
## BUILD PRODUCTION ONLY UNTIL DEV AUTH CONFIG COMPLETE
# ./travis-build-scripts/push.sh developer
./travis-build-scripts/push.sh production
fi