From 60ed4f4ae022adfac73cd0be2a6eb00d7ac9e494 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 14 Dec 2021 19:49:53 +0100 Subject: [PATCH] Update stage labels --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 743e9308d..ef5281c35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,18 +13,18 @@ if: (type = pull_request) OR (tag IS present) jobs: include: - - stage: download dependencies + - stage: Install dependencies if: type = pull_request script: yarn --frozen-lockfile - - stage: check formatting + - stage: Check formatting if: type = pull_request script: yarn format:check - - stage: execute tests + - stage: Execute tests if: type = pull_request script: yarn test - - stage: build + - stage: Build application if: type = pull_request script: yarn build:all - - stage: build and push docker images + - stage: Build and publish docker image if: tag IS present script: ./publish-docker-image.sh