1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 16:13:44 +00:00

add file command

This commit is contained in:
morph027 2020-06-19 07:14:57 +02:00
parent d59203622e
commit 81fcb1aedb
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58

View File

@ -15,7 +15,7 @@ package:
- export VERSION=$(echo ${CI_COMMIT_TAG#*v} | cut -d'-' -f1) - export VERSION=$(echo ${CI_COMMIT_TAG#*v} | cut -d'-' -f1)
- export PATCHLEVEL=$(echo ${CI_COMMIT_TAG} | cut -d'-' -f2) - export PATCHLEVEL=$(echo ${CI_COMMIT_TAG} | cut -d'-' -f2)
- apt-get -qq update - 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 install specific_install
- gem specific_install https://github.com/root360/fpm.git all_fixes - gem specific_install https://github.com/root360/fpm.git all_fixes
- mkdir -p "${CI_PROJECT_DIR}/package_root/usr/bin" - mkdir -p "${CI_PROJECT_DIR}/package_root/usr/bin"