[grilo-plugins] travis: use `latest` instead of `full` tag



commit 8a8f1a829cc222230ca16aa0a5f522dfb394225d
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Mon Feb 13 16:23:54 2017 +0100

    travis: use `latest` instead of `full` tag
    
    So users can download latest Grilo version without explicitly specifying
    the tag.

 .travis.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
index 7890071..d2d41f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,7 @@ script:
       echo RUN make >> Dockerfile;
       echo RUN make check >> Dockerfile;
       echo RUN make install >> Dockerfile;
-      docker build -t grilofw/grilo:full .;
+      docker build -t grilofw/grilo:latest .;
     fi
   - if [[ "$BUILD" == "meson" ]]; then
       echo RUN meson \
@@ -80,9 +80,9 @@ script:
 
 after_success:
   - if [[ "$BUILD" == "autotools" && "$TRAVIS_BRANCH" == "master" ]]; then
-      docker run -e COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN grilofw/grilo:full /bin/sh -c "cd 
/root/grilo-plugins && coveralls --exclude tests --exclude help --exclude src/lua-factory/lua-library";
+      docker run -e COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN grilofw/grilo:latest /bin/sh -c "cd 
/root/grilo-plugins && coveralls --exclude tests --exclude help --exclude src/lua-factory/lua-library";
     fi
   - if [[ "$BUILD" == "autotools" && "$TRAVIS_BRANCH" == "master" && -n "$DOCKER_USERNAME" ]]; then
       docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
-      docker push grilofw/grilo:full;
+      docker push grilofw/grilo:latest;
     fi


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]