Files
matchbox/scripts/travis-docker-push
Dalton Hubble 50f0e8b093 scripts: Remove build step from travis push, remove run
* docker-build now builds the Linux binary and builds the image
* Remove extraneous run script, just execute the binary
2016-01-19 10:21:42 -08:00

8 lines
167 B
Bash
Executable File

#!/bin/bash -e
# Travis Deploy Docker Push
docker info
./docker-build
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p=$DOCKER_PASSWORD quay.io
./docker-push