Hi,
on a new image I built, the build now finishes successfully and was successfully pushed to docker hub, but it is still marked as failed. Any idea why? the last few lines of the travis file below.
# push image
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- >
if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
#docker login -u="$DOCKER_USER" -p="$DOCKER_PASS"
docker push user/jupyter-basenotebook:latest
docker push user/jupyter-basenotebook
fi
Build url https://travis-ci.org/step21/jupyter-raspi/builds/555574407