Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Hong Ooi 2019-08-06 03:00:46 +10:00
Родитель 43d3ca9a94
Коммит 50be41ae49
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ variables:
pool: pool:
vmImage: 'ubuntu-latest' vmImage: 'ubuntu-latest'
container: rocker/r-base:latest container: rocker/rstudio:latest
steps: steps:
- script: 'git push --prune https://$(ghPat)@github.com/cloudyr/AzureVMmetadata +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*' - script: 'git push --prune https://$(ghPat)@github.com/cloudyr/AzureVMmetadata +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*'