summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2021-11-26 19:03:05 +0100
committerMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-12-23 16:02:09 +0100
commit8f98f1d1820970a72b64000cc5003006f0a9b945 (patch)
tree132daa8c1a14b94b5cfe3e6bf3d3b416b588f767 /.github/workflows
parent654f6839ebe33d64710b5e7f3c388539e84f8e35 (diff)
downloadspack-8f98f1d1820970a72b64000cc5003006f0a9b945.tar.gz
spack-8f98f1d1820970a72b64000cc5003006f0a9b945.tar.bz2
spack-8f98f1d1820970a72b64000cc5003006f0a9b945.tar.xz
spack-8f98f1d1820970a72b64000cc5003006f0a9b945.zip
Use bash in setup_git.sh (#27676)
Diffstat (limited to '.github/workflows')
-rwxr-xr-x.github/workflows/setup_git.sh2
1 files changed, 1 insertions, 1 deletions
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"