From 9b8fef048c86c5f7d8d45504a79f8676ceadba26 Mon Sep 17 00:00:00 2001 From: David Huber Date: Wed, 29 May 2024 09:14:46 -0500 Subject: [PATCH] Reenable clone protection --- .github/workflows/gcc.yml | 2 -- .github/workflows/intel.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index 9113bcf0bc..1f6fa3afcd 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -45,8 +45,6 @@ jobs: - name: install-dependencies-with-spack if: steps.cache-env.outputs.cache-hit != 'true' run: | - # Allow post-checkout scripts to run on cloning a branch - export GIT_CLONE_PROTECTION_ACTIVE=false sudo apt-get install cmake git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git source spack/share/spack/setup-env.sh diff --git a/.github/workflows/intel.yml b/.github/workflows/intel.yml index 8917fbc3e4..d21420687a 100644 --- a/.github/workflows/intel.yml +++ b/.github/workflows/intel.yml @@ -68,8 +68,6 @@ jobs: - name: install-dependencies-with-spack if: steps.cache-env.outputs.cache-hit != 'true' run: | - # Allow post-checkout scripts to run on cloning a branch - export GIT_CLONE_PROTECTION_ACTIVE=false sudo mv /usr/local/ /usr_local_mv sudo apt-get install cmake git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git