]> 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:58:42 +0000 (15:58 +0200)
commit3ad5f304a665437538e934f068e90dbf7df776a6
treef035799199d4dbc1df698ef1e7c865b433e4c3fa
parentd300f78d0991f95590d76a6a2635bab8234c6d04
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