mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
no need to show output from is_image_herokuish_based(). closes #2235
This commit is contained in:
@@ -196,7 +196,7 @@ is_image_herokuish_based() {
|
||||
declare desc="returns true if app image is based on herokuish"
|
||||
# circleci can't support --rm as they run lxc in lxc
|
||||
[[ ! -f "/home/ubuntu/.circlerc" ]] && local DOCKER_ARGS="--rm"
|
||||
docker run "$DOKKU_GLOBAL_RUN_ARGS" --entrypoint="/bin/sh" $DOCKER_ARGS "$@" -c "test -f /exec"
|
||||
docker run "$DOKKU_GLOBAL_RUN_ARGS" --entrypoint="/bin/sh" $DOCKER_ARGS "$@" -c "test -f /exec" &> /dev/null
|
||||
}
|
||||
|
||||
is_number() {
|
||||
|
||||
Reference in New Issue
Block a user