From ede034ded6879c6e1bb9b3d5ea2ca08fbf39da60 Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Tue, 13 Nov 2018 15:54:40 +0100 Subject: [PATCH] Fix: proper ordering: tagging after build With this patch, if commit being merged modifies both code and non-code files, we will first build and push new image, and then will run tagging job (which will do no harm). Change-Id: Id9e9e705f9f5f69b969003c444895e1e0676c0dd --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 90d44a31..581a6e45 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -39,8 +39,8 @@ - airship-deckhand-docker-build-gate post: jobs: - - airship-deckhand-docker-tag - airship-deckhand-docker-publish + - airship-deckhand-docker-tag - nodeset: name: airship-deckhand-single-node