From 7007954c5ddd4b6ca326b07fb86b234cdabda5dc Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Wed, 28 Feb 2024 16:20:56 -0800 Subject: [PATCH] Stub out example validation --- .github/workflows/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index c178012c83b..25a93894ca0 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -136,7 +136,7 @@ jobs: - name: Maven build run: | mvn -B -e "-Dmaven.test.skip=true" $MAVEN_HTTP_ARGS -DskipTests -Ppipeline install - etc/scripts/build-examples.sh + echo "TBD: validate examples from external repository" archetypes: timeout-minutes: 30 strategy: