]> 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 10:15:01 +0000 (12:15 +0200)
commitc22008629ec7c5decd80fe233cd507fbce993fe6
treed4d3695254a56c3d0a5cab837600a368ac499e04
parent5f2b69a038e20e54fba39885a00b447b5099a362
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
.gitlab-ci.yml