Skip to content

Commit

Permalink
Reenable clone protection
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed May 29, 2024
1 parent fc03f29 commit 9b8fef0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b8fef0

Please sign in to comment.