Skip to content

Commit 9618821

Browse files
committed
Fix update site to repo.spring.io CI
See gh-263
1 parent d85b891 commit 9618821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/scripts/publish-eclipse-update-site.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ curl \
4040
-f \
4141
-X PUT \
4242
-T "target/repository/content.jar" \
43-
"https://repo.spring.io/javaformat-eclipse-update-site" > /dev/null || { echo "Failed to publish" >&2; exit 1; }
43+
"https://repo.spring.io/javaformat-eclipse-update-site/" > /dev/null || { echo "Failed to publish" >&2; exit 1; }
4444

4545
curl \
4646
-s \
@@ -50,7 +50,7 @@ curl \
5050
-f \
5151
-X PUT \
5252
-T "target/repository/artifacts.jar" \
53-
"https://repo.spring.io/javaformat-eclipse-update-site" > /dev/null || { echo "Failed to publish" >&2; exit 1; }
53+
"https://repo.spring.io/javaformat-eclipse-update-site/" > /dev/null || { echo "Failed to publish" >&2; exit 1; }
5454

5555
popd > /dev/null
5656

0 commit comments

Comments
 (0)