MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.1, and conda-forge-pinning 2023.09.20.07.15.04
This commit is contained in:
Generated
+2
-2
@@ -12,7 +12,7 @@ function startgroup {
|
||||
echo "##[group]$1";;
|
||||
travis )
|
||||
echo "$1"
|
||||
echo -en 'travis_fold:start:'"${1// /}"'\\r';;
|
||||
echo -en 'travis_fold:start:'"${1// /}"'\r';;
|
||||
github_actions )
|
||||
echo "::group::$1";;
|
||||
* )
|
||||
@@ -28,7 +28,7 @@ function endgroup {
|
||||
azure )
|
||||
echo "##[endgroup]";;
|
||||
travis )
|
||||
echo -en 'travis_fold:end:'"${1// /}"'\\r';;
|
||||
echo -en 'travis_fold:end:'"${1// /}"'\r';;
|
||||
github_actions )
|
||||
echo "::endgroup::";;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user