Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh-ctds committed Oct 28, 2024
1 parent 582d40a commit b659ac0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -x
base_connectors_count=28
camel_connectors_count=164
build_base_connectors() {
Expand All @@ -8,6 +9,7 @@ build_base_connectors() {
mvn -B package -f pulsar-connectors/redis
count=2
for conn in pulsar-connectors/*; do
echo "$conn"
if [[ ! -d "$conn" ]]; then continue; fi
if [[ ! -f "${conn}/pom.xml" ]]; then continue; fi
if [[ "$conn" == *"camel-"* ]]; then echo "skipping $conn"; continue; fi
Expand Down

0 comments on commit b659ac0

Please sign in to comment.