]> granicus.if.org Git - graphviz/commitdiff
Remove accidentally left-over debug dir:
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sat, 25 Jul 2020 21:00:51 +0000 (23:00 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 30 Jul 2020 14:11:12 +0000 (16:11 +0200)
.gitlab-ci.yml

index 05de48e6ee919f203c7b884f7353b185120f3bb4..8f0c50df6de497272a9cf9e5a64f9029e5c8d7e6 100644 (file)
@@ -124,10 +124,8 @@ portable-source:
         - >-
             if($env:build_system -eq "cmake" -and $env:configuration -eq "Release") {
               cd build;
-              dir;
               $FILENAME = & invoke-Expression "Get-ChildItem Graphviz*.exe";
               mv $FILENAME graphviz-install.exe;
-              dir;
               # Install using installer and add bin directory to path.
               # Piping the output of the installer to Out-Null, makes the script wait
               # for the .exe to exit, instead continuing to the next command (which