From 899da57b87fbbc9e47e7dba4452e0d68e0dc1807 Mon Sep 17 00:00:00 2001 From: AleaJactaEst Date: Thu, 5 Apr 2018 22:56:33 +0200 Subject: [PATCH] remove query command --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f681406..e186b52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,9 +93,6 @@ Linux server build: # Create image - mkdir -p out - tar --numeric-owner --exclude=.git --exclude=/proc --exclude=/sys --exclude=/home --exclude=/builds --exclude=/opt/artefacts -cf out/debian_server.tar / - - ls /home - - pwd - - ls -lh - ls -lh out artifacts: name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-server-debian-stretch"