remove all matching gems
This commit is contained in:
parent
14a689b4b7
commit
3a07b8ea58
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ su-exec builder /usr/local/bin/gem-compiler
|
|||
exit_status=$?
|
||||
|
||||
test -n "${EXTRA_PKGS}" && apk del ${EXTRA_PKGS}
|
||||
test -n "${EXTRA_GEMS}" && gem uninstall ${EXTRA_GEMS}
|
||||
test -n "${EXTRA_GEMS}" && gem uninstall --all ${EXTRA_GEMS}
|
||||
|
||||
exit ${exit_status}
|
||||
|
|
Loading…
Reference in a new issue