Martijn Visser created FLINK-27485:
--------------------------------------
Summary: Documentation build pipeline is broken
Key: FLINK-27485
URL: https://issues.apache.org/jira/browse/FLINK-27485
Project: Flink
Issue Type: Bug
Components: Build System, Documentation
Reporter: Martijn Visser
Assignee: Martijn Visser
The current documentation build pipeline is broken due to two failures:
- It uses git command {{git branch --show-current}} which isn't supported by
the installed Git version on the Docker image. We can switch to {{git rev-parse
--abbrev-ref HEAD}} as an alternative
- The manual Hugo download and installation is outdated and doesn't add Hugo to
the PATH
--
This message was sent by Atlassian Jira
(v8.20.7#820007)