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