diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68157f7..c4a540e 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`