s3-resource-simple/test/check
Aidan Feldman f3ce24d31d add in and check scripts
`out` was failing without them
2016-03-10 12:18:11 -05:00

13 lines
183 B
Bash
Executable file

#!/bin/sh
set -e
json=$(cat config.json)
docker build -t 18fgsa/s3-resource-simple .
echo $json | docker run \
-i \
--rm \
18fgsa/s3-resource-simple \
/opt/resource/check