From 4770ef5c9c42f7612769aafc37f8bac5a5134d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BRIOL?= Date: Tue, 5 Nov 2024 22:57:02 +0100 Subject: [PATCH] Update directory listing in CI pipeline to include additional paths --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 71e1076..fabb1f6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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