Этот коммит содержится в:
Carlos Tadeu Panato Junior
2019-10-08 16:50:51 +02:00
коммит произвёл GitHub
родитель d290534297
Коммит 7ed2ac52a0

Просмотреть файл

@@ -298,15 +298,9 @@ workflows:
# - check-i18n: # - check-i18n:
# requires: # requires:
# - setup # - setup
- test:
requires:
- setup
- test-schema:
requires:
- setup
- build: - build:
requires: requires:
- test - setup
- upload-s3-sha: - upload-s3-sha:
context: mattermost-ci-s3 context: mattermost-ci-s3
requires: requires:
@@ -319,3 +313,9 @@ workflows:
context: matterbuild-docker context: matterbuild-docker
requires: requires:
- upload-s3-sha - upload-s3-sha
- test:
requires:
- setup
- test-schema:
requires:
- setup