fix link to iso/kicbase logs on build failure
parent
900e8f4ac6
commit
c2153fb8cc
|
@ -46,7 +46,7 @@ ec=$?
|
||||||
if [ $ec -gt 0 ]; then
|
if [ $ec -gt 0 ]; then
|
||||||
if [ "$release" = false ]; then
|
if [ "$release" = false ]; then
|
||||||
gh pr comment ${ghprbPullId} --body "Hi ${ghprbPullAuthorLoginMention}, building a new ISO failed.
|
gh pr comment ${ghprbPullId} --body "Hi ${ghprbPullAuthorLoginMention}, building a new ISO failed.
|
||||||
See the logs at: https://storage.cloud.google.com/minikube-builds/logs/${ghprbPullId}/iso-${BUILD_NUMBER}/iso_build.txt
|
See the logs at: https://storage.cloud.google.com/minikube-builds/logs/${ghprbPullId}/${ghprbActualCommit::7}/iso_build.txt
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
exit $ec
|
exit $ec
|
||||||
|
|
|
@ -68,7 +68,7 @@ ec=$?
|
||||||
if [ $ec -gt 0 ]; then
|
if [ $ec -gt 0 ]; then
|
||||||
if [ "$release" = false ]; then
|
if [ "$release" = false ]; then
|
||||||
gh pr comment ${ghprbPullId} --body "Hi ${ghprbPullAuthorLoginMention}, building a new kicbase image failed.
|
gh pr comment ${ghprbPullId} --body "Hi ${ghprbPullAuthorLoginMention}, building a new kicbase image failed.
|
||||||
See the logs at: https://storage.cloud.google.com/minikube-builds/logs/${ghprbPullId}/kicbase-${BUILD_NUMBER}/kic_image_build.txt
|
See the logs at: https://storage.cloud.google.com/minikube-builds/logs/${ghprbPullId}/${ghprbActualCommit::7}/kic_image_build.txt
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
exit $ec
|
exit $ec
|
||||||
|
|
Loading…
Reference in New Issue