Files
dokku/tests/apps/go/check_deploy

3 lines
62 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2014-12-14 15:31:46 -08:00
set -e; test "$(curl -s -S "$1")" == "go"