File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,16 @@ PROJECTS=" \
88 cloudfoundry-operations \
99 cloudfoundry-util"
1010
11+ git clone cf-java-client-documentation updated-cf-java-client-documentation
12+
1113pushd cf-java-client
1214 ./mvnw -q javadoc:javadoc
1315 VERSION=$( ./mvnw help:evaluate -Dexpression=project.version | grep -v ' \[' | grep -v ' Download' )
1416popd
1517
1618for PROJECT in $PROJECTS ; do
1719 SOURCE=cf-java-client/$PROJECT /target/site/apidocs
18- TARGET=cf-java-client-documentation/api/$VERSION /$PROJECT
20+ TARGET=updated- cf-java-client-documentation/api/$VERSION /$PROJECT
1921
2022 if [[ -e $SOURCE ]]; then
2123 echo Copying $SOURCE to $TARGET
Original file line number Diff line number Diff line change 66- name : cf-java-client
77- name : cf-java-client-documentation
88
9+ outputs :
10+ - name : updated-cf-java-client-documentation
11+
912run :
1013 path : cf-java-client/ci/documentation.sh
You can’t perform that action at this time.
0 commit comments