diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-20 16:35:27 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-20 16:35:27 -0700 |
| commit | 3bcad0265e0a00d083f44bc42adbdbca77cffbcd (patch) | |
| tree | eed70805982d718427540c202788d70cbaa0a738 /run.sh | |
| parent | 87bc4c78940f28e3dd5a71ca549ae595c41e8351 (diff) | |
Extract TOOLS_IMAGE build arg
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -82,11 +82,11 @@ case "$COMMAND" in asdf current if [[ -z "${SETUP_CMD}" ]]; then asdf install + license_management ignored_groups add development + license_management ignored_groups add test + # Before running license_finder, we need to install dependencies for the project. if test -f Gemfile ; then - # Ignore test and development dependencies. - license_finder ignored_groups add development - license_finder ignored_groups add test bundle install --jobs $(nproc) skip_prepare=true fi |
