From 78f5c693ec48c5750ecedf52204529950ae00d80 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 2 Feb 2019 12:33:19 -0800 Subject: [PATCH] ci: azure: hledger-install won't run with script:, try bash: [ci skip] --- azure-pipelines.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5eb01c612..85b130231 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -69,10 +69,18 @@ pool: vmImage: $(imageName) steps: + # - script: docker build -f Dockerfile -t $(imageName) . # displayName: 'docker build' -- script: bash hledger-install/hledger-install.sh + +# - script: bash hledger-install/hledger-install.sh +# displayName: 'hledger-install.sh' + +- bash: hledger-install/hledger-install.sh + # workingDirectory: # displayName: 'hledger-install.sh' + # failOnStderr: # + # env: # mapping of environment variables to add # reference @@ -174,6 +182,12 @@ steps: # targetPath: 'src/MyWebApp/bin/Release/netcoreapp2.0/linux-x64/publish' # https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/bash +# - bash: # script path or inline +# workingDirectory: # +# displayName: # +# failOnStderr: # +# env: # mapping of environment variables to add + # https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/command-line # https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/copy-files # https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/curl-upload-files