From 4d6891162dd03705d6770e7242c50a07dc687fad Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Fri, 26 Nov 2021 19:03:05 +0100 Subject: Use bash in setup_git.sh (#27676) --- .github/workflows/setup_git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/setup_git.sh') diff --git a/.github/workflows/setup_git.sh b/.github/workflows/setup_git.sh index e319e07512..4eb416720b 100755 --- a/.github/workflows/setup_git.sh +++ b/.github/workflows/setup_git.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/bash -e git config --global user.email "spack@example.com" git config --global user.name "Test User" -- cgit v1.2.3-60-g2f50