summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2016-04-03 13:44:32 +0000
committerElan Ruusamäe <glen@delfi.ee>2016-04-03 13:44:32 +0000
commit4e90f1009d3b587a7d56936f4e960d222d7f7993 (patch)
tree4204128c2d084212ed33df40a4943770506c074e
parentfee7ad86273b17100d541b68c670a20ca954d673 (diff)
downloadgitlab-ce-4e90f1009d3b587a7d56936f4e960d222d7f7993.tar.gz
use plain shell
no bashism detected here
-rwxr-xr-xscripts/notify_slack.sh2
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.