From 0aa8a1e147fbdd50949f2e71da16390319e38050 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Thu, 24 Aug 2017 08:24:21 -0400 Subject: [PATCH] remove unnecessary newlines --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc49169e8..af07011e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,6 @@ ubuntu_14.04_amd64_deb: - echo "" | sudo -S DEBIAN_FRONTEND=noninteractive dpkg --force-all -i pd-l2ork*.deb > /dev/null - cd scripts - valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio external-tests.pd - artifacts: expire_in: 1 day paths: @@ -92,7 +91,6 @@ ubuntu_16.04_amd64_deb: - echo "" | sudo -S DEBIAN_FRONTEND=noninteractive dpkg --force-all -i pd-l2ork*.deb > /dev/null - cd scripts - valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio external-tests.pd - artifacts: expire_in: 1 day paths: -- GitLab