Remove recursive symbolic link in lib/spack/docs from git repository (#33483)

Delete code removing the symlink during CI
This commit is contained in:
Massimiliano Culpo
2022-10-25 12:27:13 +02:00
committed by GitHub
parent d361378553
commit 4b237349a3
6 changed files with 3 additions and 16 deletions

View File

@@ -56,9 +56,3 @@ fish "$QA_DIR/setup-env-test.fish"
# run csh and tcsh tests
csh "$QA_DIR/setup-env-test.csh"
tcsh "$QA_DIR/setup-env-test.csh"
# Delete the symlink going from ./lib/spack/docs/_spack_root back to
# the initial directory, since it causes ELOOP errors with codecov/actions@2
if [[ "$COVERAGE" == "true" ]]; then
rm lib/spack/docs/_spack_root
fi

View File

@@ -74,7 +74,3 @@ fi
bash "$QA_DIR/test-env-cfg.sh"
# Delete the symlink going from ./lib/spack/docs/_spack_root back to
# the initial directory, since it causes ELOOP errors with codecov/actions@2
rm lib/spack/docs/_spack_root