f3ce24d31d
`out` was failing without them
11 lines
131 B
Bash
Executable file
11 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# http://concourse.ci/implementing-resources.html#resource-check
|
|
|
|
set -e
|
|
|
|
echo "[
|
|
{
|
|
\"timestamp\": \"foo\"
|
|
}
|
|
]"
|