mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
ci: azure: hledger-install won't run with script:, try bash:
[ci skip]
This commit is contained in:
parent
6b6534dda0
commit
78f5c693ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user