From 200f563a8a1be70e76bbf81db63f953c34f28c6c Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Thu, 7 Nov 2019 07:43:36 -1000 Subject: [PATCH] set pre-build as first stage again This was changed without fully thinking on it and should obviously be corrected. Signed-off-by: Paul Spooren --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 450905b..7ba1451 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ include: - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml stages: - - build-deploy-container - pre-build + - build-deploy-container - build - test - deploy