Remove recursive symbolic link in lib/spack/docs from git repository (#33483)
Delete code removing the symlink during CI
This commit is contained in:

committed by
GitHub

parent
d361378553
commit
4b237349a3
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user