Skip to content

Commit

Permalink
Grab AzP secure file
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed May 14, 2019
1 parent c902b31 commit 26ff3c4
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions gdal/doc/.azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
# Azure Pipelines to build GDAL documentation

variables:
#system.debug: true
system.debug: true
configuration: release

jobs:
- job: 'Documentation'
pool:
vmImage: 'ubuntu-16.04'
container:
image: osgeo/gdal-docs
options: --privileged
# container:
# image: osgeo/gdal-docs
# options: --privileged
steps:
# - script: |
# python3 --version
# sphinx-build --version
# displayName: 'Sphinx version'
# - script: |
# cd gdal/doc
# make html
# displayName: 'Build'
- task: DownloadSecureFile@1
inputs:
secureFile: 'pdal-docs-ssh-key'
- script: |
python3 --version
sphinx-build --version
displayName: 'Sphinx version'
- script: |
cd gdal/doc
make html
displayName: 'Build'
- script: |
echo TODO
echo $(DownloadSecureFile.secureFilePath)
displayName: 'Deploy'

0 comments on commit 26ff3c4

Please sign in to comment.