File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed
org.eclipse.elk.repository Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -242,25 +242,6 @@ spec:
242242 }
243243 }
244244
245- stage(' Website' ) {
246- steps {
247- container(' hugo' ) {
248- dir (' elk/docs' ) {
249- sh " hugo"
250- }
251- }
252-
253- container(' jnlp' ) {
254- // Deploy the website
255- dir (' elk/build/releng' ) {
256- sshagent([' github-bot-ssh' ]) {
257- sh " bash publish-website.sh"
258- }
259- }
260- }
261- }
262- }
263-
264245 stage(' Publish' ) {
265246 steps {
266247 // Zip the update site
Original file line number Diff line number Diff line change 88 SPDX-License-Identifier: EPL-2.0
99-->
1010<site >
11- <description name =" Eclipse Layout Kernel (Nightly Builds )" url =" http://build.eclipse.org/modeling/elk/updates/nightly " >
12- Nightly build update site for the Eclipse Layout Kernel.
11+ <description name =" Eclipse Layout Kernel (Release 0.9.1 )" url =" http://build.eclipse.org/modeling/elk/updates/releases/0.9.1 " >
12+ Update site for the Eclipse Layout Kernel, version 0.9.1 .
1313 </description >
1414 <feature url =" features/org.eclipse.elk_0.9.1.jar" id =" org.eclipse.elk.feature" version =" 0.9.1" >
1515 <category name =" elk" />
You can’t perform that action at this time.
0 commit comments