From 28d5544cef6b4459a3879d0556d7fbdd8a753457 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Wed, 19 Sep 2018 12:02:42 -0400 Subject: [PATCH] Add GIT_SHA env var for use by atst-update-deploy.sh --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 66646ce8..b820a7d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -170,6 +170,9 @@ jobs: steps: - attach_workspace: at: . + - run: + name: "Export GIT_SHA" + command: echo "export GIT_SHA=$(git rev-parse --short HEAD)" >> $BASH_ENV - run: name: "Update Kubernetes Deployment" command: ./deploy/kubernetes/atst-update-deploy.sh