diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-09-02 10:20:37 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-09-02 10:20:37 +0000 |
| commit | 178dc1c91f9e43ee061825d1284bca694d6bbc65 (patch) | |
| tree | 99b53a90cd7c0996a2d0993b41eb56a695bcc996 /config/software/asdf.rb | |
| parent | eb11eeb1018c4d32e8dbaf3f734e588205f0671f (diff) | |
| parent | cbc4d1e328fd0e578f038d57fbd6b9354dafa79e (diff) | |
Merge branch '217897-offline-rubies' into 'master'v3.25.0
Install tools from Debian package.
See merge request gitlab-org/security-products/license-management!188
Diffstat (limited to 'config/software/asdf.rb')
| -rw-r--r-- | config/software/asdf.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/software/asdf.rb b/config/software/asdf.rb index 1b5ba26..72b77ce 100644 --- a/config/software/asdf.rb +++ b/config/software/asdf.rb @@ -44,4 +44,6 @@ end build do delete "#{install_dir}/installs/elixir/**/man" + command "tar -czvf #{install_dir}/plugins.tar.gz #{install_dir}/plugins" + delete "#{install_dir}/plugins" end |
