From bfb9acb047913effb1e98899da21e69a1a192d39 Mon Sep 17 00:00:00 2001 From: Matthew Chambers Date: Wed, 10 Mar 2021 21:46:29 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68157f70..c4a540e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,8 +134,6 @@ deb-packaging: apt-get -qq -o dir::cache::archives="$APT_CACHE_DIR" build-dep . echo -e "\e[0Ksection_end:`date +%s`:apt_get\r\e[0K" - test `node version.js` = `dpkg-parsechangelog -S version` || (echo "package.nw/package.json and debian/changelog version mismatch"; exit 1) - Commenting out the debian build to see if it's overall file size kicking artifact uploads or an individual file. - If it's overall, maybe have to split the package process into phases and upload each phase's artifacts individually. - | echo -e "\e[0Ksection_start:`date +%s`:debian_build\r\e[0KBuilding Debian packages" echo `pwd`