This commit is contained in:
Benjamin Wu 2020-06-23 14:02:51 -04:00 коммит произвёл Ben Wu
Родитель 3747e0b5d9
Коммит 46bcc88279
1 изменённых файлов: 14 добавлений и 0 удалений

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

@ -1,5 +1,8 @@
version: 2.1
orbs:
gcp-gcr: circleci/gcp-gcr@0.7.1
commands:
restore-docker:
description: Restore Docker image cache
@ -58,3 +61,14 @@ workflows:
- lint:
requires:
- build
- gcp-gcr/build-and-push-image:
# See https://bugzilla.mozilla.org/show_bug.cgi?id=1608958 for details
context: data-eng-airflow-gcr
image: play-store-export
requires:
- test
- lint
filters:
branches:
only: master