From 68b027e1b3ce552f9037943fa8836844490e9a2c Mon Sep 17 00:00:00 2001 From: etienne-napoleone Date: Thu, 26 Jul 2018 11:18:00 +0700 Subject: [PATCH] Update .travis.yml Rename stages --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf2070f76a..aa565965ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ jobs: branch: master tags: true - - stage: Build and push Docker image + - stage: Build and push tomochain/tomochain image services: - docker before_install: @@ -79,7 +79,7 @@ jobs: branch: master tags: true - - stage: Trigger rebuild of infrastructure image + - stage: Trigger rebuild of tomochain/infra-tomochain image sudo: false install: skip script: bash docker_rebuild.sh @@ -89,9 +89,9 @@ stages: - name: Build and test - name: Github release if: type != pull_request AND branch = master AND tag = true - - name: Build and push Docker image + - name: Build and push tomochain/tomochain image if: type != pull_request AND branch = master - - name: Trigger rebuild of infrastructure image + - name: Trigger rebuild of tomochain/infra-tomochain image if: type != pull_request AND branch = master notifications: