From 78914a45df943d2b1ede43e8030bc16e9d024f32 Mon Sep 17 00:00:00 2001
From: Lin Jen-Shin <jen-shin@gitlab.com>
Date: Fri, 23 Sep 2022 16:41:26 +0800
Subject: [PATCH] Use sh instead of bash for scripts/slack

The curl image does not have bash installed
---
 scripts/slack | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/slack b/scripts/slack
index 293f807050407..3ce2b4553ee1f 100755
--- a/scripts/slack
+++ b/scripts/slack
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # This is based on https://gitlab.com/gitlab-org/gitlab-qa/-/blob/master/bin/slack
 #
 # Sends Slack notification MSG to CI_SLACK_WEBHOOK_URL (which needs to be set).
-- 
GitLab