From d24f4fd1c76f362f1b0bf63e866014b389612de5 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Tue, 23 Dec 2025 18:54:49 -0300 Subject: [PATCH] build/linux: Add a comment about CI_COMMIT_TAG message too --- build/linux/snap/1_build-deps-snapcraft.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/linux/snap/1_build-deps-snapcraft.sh b/build/linux/snap/1_build-deps-snapcraft.sh index 8d9ac16352..2391040a27 100644 --- a/build/linux/snap/1_build-deps-snapcraft.sh +++ b/build/linux/snap/1_build-deps-snapcraft.sh @@ -57,6 +57,7 @@ printf "\e[0Ksection_end:`date +%s`:deps_install\r\e[0K\n" printf "\e[0Ksection_start:`date +%s`:babl_build[collapsed=true]\r\e[0KBuilding babl\n" if [ "$CI_COMMIT_TAG" ] && grep 'grade: devel' build/linux/snap/snapcraft.yaml >/dev/null 2>&1; then + #see: https://developer.gimp.org/core/maintainer/release/ printf '\033[31m(ERROR)\033[0m: non-tagged babl and GEGL source should not be used on CI_COMMIT_TAG pipelines. Please, change grade value to stable on snapcraft.yaml\n' exit 1 fi