]> granicus.if.org Git - graphviz/commitdiff
.gitlab-ci.yml: remove inaccurate comment
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 20 Nov 2021 16:06:51 +0000 (08:06 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 24 Nov 2021 15:47:40 +0000 (07:47 -0800)
It looks like commit 406169f0382204d4bad8da9942bed9d865dfb022 accidentally
duplicated this line from earlier in the same list of commands.

.gitlab-ci.yml

index 62def282c69123bbc09cc1643b6d967058ea566c..fb1c3c53876731c3f078d268305db2cd2dbc9ccd 100644 (file)
@@ -470,7 +470,6 @@ windows-cygwin-build:
         - choco config set cacheLocation choco-cache
         - choco install --yes --no-progress cygwin
         - $Env:build_system = "autotools"
-        # change line endings from crlf to lf by git checkout
         - C:\tools\cygwin\bin\bash -l -c 'cd $CI_PROJECT_DIR && ci/cygwin-build.sh'
     artifacts:
         when: always