We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bcaec commit 01bcdceCopy full SHA for 01bcdce
deploy.sh
@@ -18,7 +18,7 @@ BUILD_ID=${COMMIT_DATE}-${COMMIT_ABBREV_SHA}
18
# Dependabot does not work with the BUILD_ID format
19
# Use a version like tag
20
if $(git rev-parse --is-shallow-repository); then
21
- git fetch --shallow-since=${COMMIT_DATE}T00:00:00Z --all
+ git fetch --unshallow
22
fi
23
BUILD_NUMBER=$(git rev-list --since=${COMMIT_DATE}T00:00:00Z --first-parent --count ${COMMIT_SHA})
24
BUILD_ID2=${COMMIT_DATE//-/.}.${BUILD_NUMBER}
0 commit comments