Skip to content

Commit

Permalink
Added CI rpi docker image build script to the travis config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neoklosch committed Jul 6, 2017
1 parent 735ef4f commit de3d122
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ after_success:
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
docker push neoklosch/motey;
fi
- if [[ "$TRAVIS_BRANCH" = "master" ]]; then
docker build -t neoklosch/motey-rpi motey-rpi-docker-image;
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
docker push neoklosch/motey-rpi;
fi

0 comments on commit de3d122

Please sign in to comment.