From: Matthew Fernandez Date: Sat, 20 Nov 2021 16:06:51 +0000 (-0800) Subject: .gitlab-ci.yml: remove inaccurate comment X-Git-Tag: 2.50.0~19^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d85537a722178df1c2a6907eb9f17722367f207b;p=graphviz .gitlab-ci.yml: remove inaccurate comment It looks like commit 406169f0382204d4bad8da9942bed9d865dfb022 accidentally duplicated this line from earlier in the same list of commands. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62def282c..fb1c3c538 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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