updated shippable_project_builds.sh

pull/2/head
Hari Sekhon 5 years ago
parent 2d8f9cd4ae
commit d184de12db

@ -20,6 +20,10 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC1090
. "$srcdir/lib/utils.sh"
# used by usage() in lib/utils.sh
# shellcheck disable=SC2034
usage_args="<project_id> [<curl_options>]"
# used by usage() in lib/utils.sh
# shellcheck disable=SC2034
usage_description="Returns recent Shippable build results for a given project

Loading…
Cancel
Save