Skip to content

Commit

Permalink
use full empty git sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel authored Feb 22, 2019
1 parent 5dd6636 commit 8e97c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/oc-build-deploy-dind/build-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ "$INJECT_GIT_SHA" == "true" ]
then
LAGOON_GIT_SHA=`git rev-parse HEAD`
else
LAGOON_GIT_SHA="0000000000000000"
LAGOON_GIT_SHA="0000000000000000000000000000000000000000"
fi

DOCKER_REGISTRY_TOKEN=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)
Expand Down

0 comments on commit 8e97c3a

Please sign in to comment.