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.
2 parents d8e28cc + 5e0c0fe commit 97fab06Copy full SHA for 97fab06
ci/publish
@@ -27,7 +27,8 @@ if [[ $GITHUB_REF != refs/tags/* ]]; then
27
# jupyterhub/binderhub@123abcd which will be understood as a reference
28
# by GitHub.
29
PR_OR_HASH=$(git log -1 --pretty=%h-%B | head -n1 | sed 's/^.*\(#[0-9]*\).*/\1/' | sed 's/^\([0-9a-f]*\)-.*/@\1/')
30
- EXTRA_MESSAGE="${GITHUB_REPOSITORY}${PR_OR_HASH}"
+ LATEST_COMMIT_TITLE=$(git log -1 --pretty=%B | head -n1)
31
+ EXTRA_MESSAGE="${GITHUB_REPOSITORY}${PR_OR_HASH} ${LATEST_COMMIT_TITLE}"
32
chartpress --push --publish-chart --long --extra-message "${EXTRA_MESSAGE}"
33
else
34
# Setting a tag explicitly enforces a rebuild if this tag had already been
0 commit comments