From 1acb226212b203f1ed1f4e9b1e1fde514e917f47 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 21 Jan 2019 10:35:47 -0600 Subject: [PATCH] ignore docker push failures --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 81a011149..c60e32985 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,6 @@ steps: - script: | docker-compose build docker login -u $(dockerId) -p $pswd - docker-compose push + docker-compose push --ignore-push-failures env: pswd: $(dockerPassword)