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:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
|
- run:
|
||||||
|
name: "Export GIT_SHA"
|
||||||
|
command: echo "export GIT_SHA=$(git rev-parse --short HEAD)" >> $BASH_ENV
|
||||||
- run:
|
- run:
|
||||||
name: "Update Kubernetes Deployment"
|
name: "Update Kubernetes Deployment"
|
||||||
command: ./deploy/kubernetes/atst-update-deploy.sh
|
command: ./deploy/kubernetes/atst-update-deploy.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user