From d9dd1968f5ab48cf6b0ffbf6f4ff556722f14e30 Mon Sep 17 00:00:00 2001 From: Clemens John <clemens.john@floh1111.de> Date: Wed, 20 Apr 2016 17:23:57 +0200 Subject: [PATCH] Include manifests in artifacts Signed-off-by: Clemens John <clemens.john@floh1111.de> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ec12d2..dddba0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,9 @@ build:ar71xx-generic: - bash build/build-ar71xx-generic.sh artifacts: paths: + - output/images/factory/*manifest - output/images/factory/*wr841* + - output/images/sysupgrade/*manifest - output/images/sysupgrade/*wr841* - contrib/ -- GitLab