Skip to content

Commit

Permalink
Fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed May 14, 2019
1 parent 62baf70 commit ff24099
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions gdal/doc/.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,11 @@ jobs:
- job: 'Documentation'
pool:
vmImage: 'ubuntu-16.04'
# 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'
- checkout: none
- task: DownloadSecureFile@1
inputs:
secureFile: 'pdal-docs-ssh-key'
- script: |
echo $(DownloadSecureFile.secureFilePath)
echo $$DOWNLOADSECUREFILE_SECUREFILEPATH
displayName: 'Deploy'

0 comments on commit ff24099

Please sign in to comment.