Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 3, 2020
1 parent 2a71c67 commit 9471cac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/azp/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ jobs:
- job: linux
pool:
vmImage: ubuntu-16.04
container:
image: pdal/azp-dependencies:latest
options: --privileged
timeoutInMinutes: 60
steps:
- bash: echo "##vso[task.prependpath]$CONDA/bin"
displayName: Add conda to PATH
- script: |
echo "current directory:" `pwd`
mkdir build
Expand Down

0 comments on commit 9471cac

Please sign in to comment.