From 577721d7219ba92e909278584e4c622f66763522 Mon Sep 17 00:00:00 2001 From: Hong Ooi Date: Tue, 6 Aug 2019 05:00:51 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27e53a3..c52217d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,14 +23,14 @@ steps: - bash: 'git push --prune https://$(ghPat)@github.com/cloudyr/AzureVMmetadata +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*' displayName: 'Copying to cloudyr' -- task: CacheBeta@0 - inputs: - key: | - ./DESCRIPTION - "$(containerImage)" - path: $(R_LIBS_USER) - displayName: 'Caching packages' - continueOnError: true +#- task: CacheBeta@0 +# inputs: +# key: | +# ./DESCRIPTION +# "$(containerImage)" +# path: $(R_LIBS_USER) +# displayName: 'Caching packages' +# continueOnError: true - bash: | Rscript -e "print(Sys.getenv('R_LIBS_USER'))"