Sha256: 91488dedbe74d1be343f700b40edafbed221bb9fb30a1dbb9072ade3f8a9b5fc
Contents?: true
Size: 457 Bytes
Versions: 86
Compression:
Stored size: 457 Bytes
Contents
module Gitlab module QA module Scenario module CLICommands GIT_LFS_VERSION = '2.8.0'.freeze def git_lfs_install_commands @git_lfs_install_commands ||= [ "cd /tmp ; curl -qsL https://github.com/git-lfs/git-lfs/releases/download/v#{GIT_LFS_VERSION}/git-lfs-linux-amd64-v#{GIT_LFS_VERSION}.tar.gz | tar xzvf -", 'cp /tmp/git-lfs /usr/local/bin' ] end end end end end
Version data entries
86 entries across 86 versions & 1 rubygems