Add GIT_SHA env var for use by atst-update-deploy.sh

This commit is contained in:
Devon Mackay 2018-09-19 12:02:42 -04:00 committed by Patrick Smith
parent 3c5ee0b65d
commit 28d5544cef

View File

@ -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