You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/jobs/release/website/archives
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,7 @@ echo "Expanding scala-library API docs for $version to api/$version (with subdir
26
26
ssh "${sshCharaArgs[@]}""cd $archivesDir && mkdir -p api/$version && tar -xvz --strip-component 2 -f scala-docs-$version.tgz -C api/$version && mv api/$version/scala-library/* api/$version/"# tar on jenkins does not support the -s option
27
27
28
28
echo"Expanding the Scaladoc for other bundled modules"
0 commit comments