This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 3770aef258 Dropped gremlin-archetype from GHA - no longer on master CTR
3770aef258 is described below

commit 3770aef258de2d7155480dad16815c18af767a17
Author: Stephen Mallette <[email protected]>
AuthorDate: Fri Oct 17 11:16:02 2025 -0400

    Dropped gremlin-archetype from GHA - no longer on master CTR
---
 .github/workflows/build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 3a320fbf29..97ac025c10 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -5,7 +5,7 @@ env:
   # take care when modifying this list because GLVs use shell commands to 
remove themselves from this list and
   # modifications could break patterns of replacement they are searching for.
   EXCLUDE_MODULES: 
'-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlin-go,-:gremlin-javascript,-:gremlint,-:gremlin-python'
-  EXCLUDE_FOR_GLV: 
'-:gremlin-annotations,-:gremlin-archetype,-:gremlin-console,-:hadoop-gremlin,-:neo4j-gremlin,-:spark-gremlin,-:sparql-gremlin'
+  EXCLUDE_FOR_GLV: 
'-:gremlin-annotations,-:gremlin-console,-:hadoop-gremlin,-:neo4j-gremlin,-:spark-gremlin,-:sparql-gremlin'
 jobs:
   smoke:
     name: smoke

Reply via email to