mirror of
https://github.com/moby/moby.git
synced 2026-07-06 14:48:57 +00:00
Allow each script to run directly without the hack/make.sh wrapper. These scripts do not produce artifacts and do not benefit from the "bundles" framework. Signed-off-by: Daniel Nephin <dnephin@docker.com>
9 lines
147 B
Bash
Executable File
9 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Run all validation
|
|
|
|
export SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
. $SCRIPTDIR/default
|
|
. $SCRIPTDIR/vendor
|