diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f86b388..3559031 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,6 +13,7 @@ jobs: name: check inputs: scriptPath: scripts/check_dockerfiles.sh + disableAutoCwd: true # Without a login the following Docker build tasks won't add image tags. - task: Docker@1 |