From 8f98f1d1820970a72b64000cc5003006f0a9b945 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') 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