8 lines
152 B
Bash
Executable file
8 lines
152 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# http://concourse.ci/implementing-resources.html#resource-check
|
|
|
|
set -e
|
|
|
|
# pretend that "the given version is already the latest"
|
|
echo "[]"
|