From 62479742047eb332082cb39bd82b7d440542fe41 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 25 May 2023 21:55:47 +0200 Subject: [PATCH] removed autoupdater in next --- .woodpecker/next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/next.yml b/.woodpecker/next.yml index a9a816d..adde839 100644 --- a/.woodpecker/next.yml +++ b/.woodpecker/next.yml @@ -43,7 +43,7 @@ pipeline: <<: *default commands: - cd gluon - - make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${CI_COMMIT_BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next + - make -j$(nproc) GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next list_images: <<: *default