Skip to content

Commit

Permalink
Update directory listing in CI pipeline to use recursive option for /…
Browse files Browse the repository at this point in the history
…usr/local
  • Loading branch information
fbriol committed Nov 5, 2024
1 parent baf1480 commit de0d292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
displayName: Initialize the submodules
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
- bash: ls -l / && ls -l /usr/ && ls -l /opt && ls -l /usr/local
- bash: ls -l / && ls -l /usr/ && ls -l /opt && ls -lR /usr/local
displayName: List directories
- bash: sudo chown -R 501:20 /usr/local/miniconda/pkgs
displayName: Fix permissions
Expand Down

0 comments on commit de0d292

Please sign in to comment.