Release/1.90.0 (#544)

* Update stage labels

* Release 1.90.0
This commit is contained in:
Thomas Kaul
2021-12-14 20:04:17 +01:00
committed by GitHub
parent 76dbf78279
commit f953c6ea64
3 changed files with 8 additions and 7 deletions

View File

@ -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