diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2016-04-03 13:44:32 +0000 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2016-04-03 13:44:32 +0000 |
commit | 4e90f1009d3b587a7d56936f4e960d222d7f7993 (patch) | |
tree | 4204128c2d084212ed33df40a4943770506c074e /scripts | |
parent | fee7ad86273b17100d541b68c670a20ca954d673 (diff) | |
download | gitlab-ce-4e90f1009d3b587a7d56936f4e960d222d7f7993.tar.gz |
use plain shell
no bashism detected here
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/notify_slack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/notify_slack.sh b/scripts/notify_slack.sh index 0a4239e132c..6b3bc563c7a 100755 --- a/scripts/notify_slack.sh +++ b/scripts/notify_slack.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Sends Slack notification ERROR_MSG to CHANNEL # An env. variable CI_SLACK_WEBHOOK_URL needs to be set. |