diff options
| author | 2018-11-16 11:36:02 +0000 | |
|---|---|---|
| committer | 2018-11-16 11:36:02 +0000 | |
| commit | 3ece07a0f25ee4f11d2422a0ab8241212026e778 (patch) | |
| tree | 47199c2ceb782551fecc5759d5a8ac5c4a82b951 /azure-pipelines.yml | |
| parent | Azure: Build and push container (diff) | |
Azure: Move branch trigger to Docker build script
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3f063ea41..22f214226 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,11 +40,6 @@ jobs: - job: build displayName: 'Build containers' - trigger: - branches: - include: - - master - steps: - task: Docker@1 displayName: 'Login: Docker Hub' |