From: Kyle Speer <54034650+kspeer825@users.noreply.github.com> Date: Tue, 6 Oct 2020 12:36:54 +0000 (-0400) Subject: add slack orb and context user (#20) X-Git-Tag: v1.1.0~3 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=954c8d34868a6314321fa892a991e44c76ee5e99;p=github%2Ffretlink%2Ftap-google-sheets.git add slack orb and context user (#20) Co-authored-by: Kyle Speer --- diff --git a/.circleci/config.yml b/.circleci/config.yml index fb0569b..bb39c2c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,4 +1,7 @@ -version: 2 +version: 2.1 +orbs: + slack: circleci/slack@3.4.2 + jobs: build: docker: @@ -38,11 +41,15 @@ jobs: --password=$SANDBOX_PASSWORD \ --client-id=50 \ tap_tester.suites.google_sheets + - slack/notify-on-failure: + only_for_branches: master + workflows: version: 2 commit: jobs: - - build + - build: + context: circleci-user build_daily: triggers: - schedule: @@ -52,4 +59,5 @@ workflows: only: - master jobs: - - build + - build: + context: circleci-user