]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use anchors instead of literal blocks in .gitlab-ci.yml
authorMichal Nowak <mnowak@isc.org>
Wed, 24 Feb 2021 12:50:46 +0000 (13:50 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 16 Jul 2021 13:52:28 +0000 (15:52 +0200)
commit77eb928b799a0bb40f2318cd85ada409a26b57dd
treedca27e869a1d86f2a05009f9d2d73119e589e68a
parentddd8b166bf5e3c51e83d4d3668d2c72b9c470794
Use anchors instead of literal blocks in .gitlab-ci.yml

Anchor lets the user see the full command logged in GitLab CI:

    ${CONFIGURE} --disable-maintainer-mode --enable-developer ...

Instead of a folded multi-line when literal block is used:

    ${CONFIGURE} \ # collapsed multi-line command

(cherry picked from commit c22008629ec7c5decd80fe233cd507fbce993fe6)
.gitlab-ci.yml