From 9c505eebd894c5d01c7963b9cbe6af37e0391940 Mon Sep 17 00:00:00 2001 From: morph027 Date: Thu, 18 Jun 2020 17:58:49 +0200 Subject: [PATCH] add file command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b77d730..349155b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ package: - export VERSION=$(echo ${CI_COMMIT_TAG#*v} | cut -d'-' -f1) - export PATCHLEVEL=$(echo ${CI_COMMIT_TAG} | cut -d'-' -f2) - apt-get -qq update - - apt-get -qqy install ruby-dev ruby-ffi curl + - apt-get -qqy install ruby-dev ruby-ffi curl file - gem install specific_install - gem specific_install https://github.com/root360/fpm.git all_fixes - mkdir -p "${CI_PROJECT_DIR}/package_root/usr/bin"