From b173c6dcd4302252b636e81258bfdd074f697a5e Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Wed, 24 Jun 2020 12:23:50 +0200 Subject: [PATCH] Update Circle CI job names --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 61b1b79..022c74e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,12 +30,12 @@ workflows: build: jobs: - run_checks: - name: Run checks << matrix.tox_env >> + name: Run checks << matrix.tox_env >> 🤖 matrix: parameters: tox_env: ["flake8", "mypy", "py37"] - gcp-gcr/build-and-push-image: - name: Build and push burnham image + name: Build and push burnham 📦 context: data-eng-airflow-gcr path: application dockerfile: application/Dockerfile @@ -46,7 +46,7 @@ workflows: branches: only: main - gcp-gcr/build-and-push-image: - name: Build and push burnham-bigquery image + name: Build and push burnham-bigquery 📦 context: data-eng-airflow-gcr path: bigquery dockerfile: bigquery/Dockerfile