Skip to content

Commit 9446592

Browse files
committed
remove comments [ci skip]
1 parent 786c4f3 commit 9446592

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

publishToSonatype.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
#!/bin/bash
2-
32
REPO_DIR="build/repo/io/micronaut/oraclecloud"
4-
53
for dir in "$REPO_DIR"/*/; do
6-
# Get the last part of the path, e.g., micronaut-oraclecloud-bmc-accessgovernancecp
74
project_name=$(basename "$dir")
8-
9-
echo "Publishing $project_name ..."
105
./gradlew ":$project_name:publishToSonatype"
11-
12-
echo "Sleeping for 2 seconds..."
136
sleep 2
147
done

0 commit comments

Comments
 (0)