Skip to content

Commit

Permalink
more usermod
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 3, 2020
1 parent 3c8fff4 commit ca18118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/azp/linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
timeoutInMinutes: 60
steps:
- script: |
sudo chown -R 1001 /opt/conda
sudo chown -R 1001:1001 /opt/conda
sudo chmod -r u+rwx /opt/conda
. /opt/conda/etc/profile.d/conda.sh
source activate base
conda create --yes --quiet --name pdal
Expand Down

0 comments on commit ca18118

Please sign in to comment.