mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
22033e1003
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>
8 lines
147 B
Bash
Executable file
8 lines
147 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# Run all validation
|
|
|
|
export SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
. $SCRIPTDIR/default
|
|
. $SCRIPTDIR/vendor
|