Skip to content

build: Check CI envvars before rev-parse

Emmanuele Bassi requested to merge ebassi/rev-parse-fallback into master

The CI pipeline does not do a full clone, so we cannot use git rev-parse to get the short SHA checksum for the current commit.

Of course, since nothing's ever easy, we cannot use vcs_tag() with a custom command, so we need to generate our out demo_conf.h header straight from a script.

Merge request reports