All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Tagging targets names without hyphens does not run gitlab CI
@ 2022-09-04 13:57 Thierry GUIBERT via buildroot
  2022-09-06  8:53 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry GUIBERT via buildroot @ 2022-09-04 13:57 UTC (permalink / raw)
  To: buildroot; +Cc: Thierry GUIBERT

Signed-off-by: Thierry GUIBERT <thierry.guibert@croix-rouge.fr>
---
 support/scripts/generate-gitlab-ci-yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/scripts/generate-gitlab-ci-yml b/support/scripts/generate-gitlab-ci-yml
index aa43aac019..4ae4d13be2 100755
--- a/support/scripts/generate-gitlab-ci-yml
+++ b/support/scripts/generate-gitlab-ci-yml
@@ -71,7 +71,7 @@ gen_tests() {
             defconfigs=( $(cd configs; LC_ALL=C ls -1 | grep ^${pattern}) )
             do_defconfigs=base
             ;;
-          (*-*_defconfig)
+          (*_defconfig)
             defconfigs=( "${CI_COMMIT_REF_NAME##*-}" )
             do_defconfigs=base
             ;;
-- 
2.37.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-06  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-04 13:57 [Buildroot] [PATCH] Tagging targets names without hyphens does not run gitlab CI Thierry GUIBERT via buildroot
2022-09-06  8:53 ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.