Skip to content
Snippets Groups Projects
Verified Commit 83e94377 authored by David Hoese's avatar David Hoese
Browse files

Fix chart deployment not using long enough git SHA

parent 0b14f267
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ build sidecar rabbit init:
- git clone --depth 1 $repos_url
- cd ${SUBCOMP_REPOS}
# most recent docker image should be tagged with most recent SHA
- docker_tag=$(git rev-parse --short HEAD)
- docker_tag=$(git rev-parse --short=8 HEAD)
- echo $docker_tag
- cd chart
# make the docker tag available in later stages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment