Skip to content

Commit 2d64d03

Browse files
authored
Edit
1 parent d065029 commit 2d64d03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/pipelines/release/caching.md

-2
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,6 @@ steps:
464464
- script: echo "##vso[task.prependpath]$CONDA/bin"
465465
displayName: Add conda to PATH
466466
467-
# https://github.com/microsoft/azure-pipelines-tasks/issues/16203
468-
# https://github.com/microsoft/azure-pipelines-tasks/issues/12179
469467
- bash: |
470468
sudo chown -R $(whoami):$(id -ng) $(CONDA_CACHE_DIR)
471469
displayName: Fix CONDA_CACHE_DIR directory permissions

0 commit comments

Comments
 (0)