From acb4a1cc8cd124188795c5a92f60ebc74c72b429 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 15 Mar 2019 08:03:41 +0000 Subject: [PATCH] Move the post job in-tree Its convenient to have jobs defined in-tree where possible, so the post job is moved into .zuul.yaml from project-config. The only jobs remaining in project-config are the tag-based release job, and the legacy experimental integration test jobs. Needed-By: Idbe32ec873b9838043620139ce89d2b2f6ec5d47 Change-Id: I9c6bc7cecbe3ff70153be5d0da4c6996dafd9732 --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 9f678f21..91f36445 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -50,3 +50,6 @@ vars: npm_command: draft node_version: 8 + post: + jobs: + - publish-openstack-javascript-content