diff options
Diffstat (limited to 'testing/grafana/phantomjs')
-rw-r--r-- | testing/grafana/phantomjs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/grafana/phantomjs b/testing/grafana/phantomjs new file mode 100644 index 0000000000..c8b5b4246f --- /dev/null +++ b/testing/grafana/phantomjs @@ -0,0 +1,5 @@ +#!/bin/sh + +echo 'Phantomjs not supported on alpine' >&2 +exit 1 + |