Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-01-15 10:12:54 +0300
committerRémy Coutable <remy@rymai.me>2017-01-15 10:12:54 +0300
commit3125c14e805a22d1396edc65762f3820a86a953c (patch)
tree645ac9e175359ba6ced34c7bb17851f9d0598c23 /scripts
parent28f633a96a4b16f680dc345aa87fa7aa21c53481 (diff)
parent4e90f1009d3b587a7d56936f4e960d222d7f7993 (diff)
Merge branch 'patch-2' into 'master'
use plain shell See merge request !3509
Diffstat (limited to 'scripts')
-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.