mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Fix demo environment URL in build annotation (#110291)
This commit is contained in:
parent
a9a8bd751b
commit
891c277d05
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ echo "$TEMPLATE"
|
|||
cat << EOF | buildkite-agent annotate --style "info" --context demo-env-info
|
||||
The demo environment can be accessed here, once Kibana and ES are running:
|
||||
|
||||
https://$DEPLOYMENT_NAME.demo.kibana.dev
|
||||
https://demo.kibana.dev/$DEPLOYMENT_MINOR_VERSION
|
||||
|
||||
Logs, etc can be found here:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue