From 6e8bdd26f0d80dd950f68ea8d0b20380066f114b Mon Sep 17 00:00:00 2001 From: Sandeep Datta Date: Fri, 8 Sep 2023 08:48:32 -0700 Subject: [PATCH] Attempt 12. --- .github/workflows/gh-build.yml | 3 +++ continuous_integration/dot-gitconfig | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 continuous_integration/dot-gitconfig diff --git a/.github/workflows/gh-build.yml b/.github/workflows/gh-build.yml index 204814107..11dd9857e 100644 --- a/.github/workflows/gh-build.yml +++ b/.github/workflows/gh-build.yml @@ -65,6 +65,9 @@ jobs: chown -R coder:coder cunumeric; ls -R + - name: Copy .gitconfig + run: cp ~/cunumeric/continuous_integration/dot-gitconfig ~/.gitconfig + - id: legate_core_info name: Read legate.core SHA shell: bash --noprofile --norc -xeo pipefail {0} diff --git a/continuous_integration/dot-gitconfig b/continuous_integration/dot-gitconfig new file mode 100644 index 000000000..91ac79c70 --- /dev/null +++ b/continuous_integration/dot-gitconfig @@ -0,0 +1,3 @@ +[user] + email = users.noreply.github.com + name = anon \ No newline at end of file