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 9c4276f commit e8ac8ebCopy full SHA for e8ac8eb
ci/publish
@@ -45,6 +45,7 @@ if [ "${TRAVIS_TAG:-}" == "" ]; then
45
# jupyterhub/binderhub@123abcd which will be understood as a reference
46
# by GitHub.
47
PR_OR_HASH=$(git log -1 --pretty=%B | head -n1 | sed 's/^.*\(#[0-9]*\).*/\1/' | sed 's/^\([0-9a-f]*\)-.*/@\1/')
48
+ LATEST_COMMIT_TITLE=$(git log -1 --pretty=%B | head -n1)
49
EXTRA_MESSAGE="${TRAVIS_REPO_SLUG}${PR_OR_HASH} ${LATEST_COMMIT_TITLE}"
50
chartpress --push --publish-chart --long --extra-message "${EXTRA_MESSAGE}"
51
else
0 commit comments