diff options
| author | 2018-11-16 12:01:34 +0000 | |
|---|---|---|
| committer | 2018-11-16 12:01:34 +0000 | |
| commit | 50ca98c9e854e2841ca18d18b8b41c47db117687 (patch) | |
| tree | c778e7f0cae66a495fdc5a293bd52ea0fe296e8c /azure-pipelines.yml | |
| parent | Azure: Attempt to fix differing build script syntax (diff) | |
Azure: I hate bash.
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bb8d7999e..bce6dbce4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,5 +50,5 @@ jobs: dockerRegistryEndpoint: 'DockerHub' command: 'login' - - bash: sh scripts/deploy-azure.sh + - bash: bash scripts/deploy-azure.sh displayName: 'Build and deploy containers' |