Skip to content

Commit

Permalink
set uid:gid
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 3, 2020
1 parent b97fba4 commit 9755e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azp/linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
vmImage: ubuntu-16.04
container:
image: continuumio/miniconda
options: --privileged --user 1001 --gid 1001
options: --privileged --user 1001:1001
timeoutInMinutes: 60
steps:
- script: |
Expand Down

0 comments on commit 9755e15

Please sign in to comment.