Add GIT_SHA env var for use by atst-update-deploy.sh
This commit is contained in:
parent
3c5ee0b65d
commit
28d5544cef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user