Skip to content

Commit

Permalink
Update directory listing in CI pipeline to include additional paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Nov 5, 2024
1 parent 04fc57c commit 4770ef5
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/ && echo $CONDA && ls -l $CONDA && ls -l $CONDA/pkgs
- bash: ls -l / && ls -l /usr/ && ls -l /opt && ls -l /home && ls - l /home/$USER
displayName: List directories
- bash: sudo chown -R 501:20 /usr/local/miniconda/pkgs
displayName: Fix permissions
Expand Down

0 comments on commit 4770ef5

Please sign in to comment.