1
0
mirror of https://gitlab.com/packaging/gitea synced 2025-04-04 15:16:59 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
morph027
9c505eebd8
add file command 2020-06-18 17:58:49 +02:00

View File

@ -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"