Skip to content

Commit ea40af6

Browse files
authored
Merge pull request #1130 from OpenLiberty/staging
Merge staging to prod - Update daily-build yml script
2 parents 2abf92d + ea9c330 commit ea40af6

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/daily-build-java21.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
workflow_dispatch:
77
inputs:
88
build:
9-
description: Build level
9+
description: Build level as cl250420250407-1902
1010
required: true
1111
date:
12-
description: Dev date
12+
description: Dev date as 2025-04-07_1902
1313
required: true
1414
driver:
15-
description: Driver location
15+
description: Driver location as openliberty-all-25.0.0.4-cl250420250407-1902.zip
1616
required: true
1717
guide:
1818
description: Guide to build

.github/workflows/daily-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
workflow_dispatch:
77
inputs:
88
build:
9-
description: Build level
9+
description: Build level as as cl250420250407-1902
1010
required: true
1111
date:
12-
description: Dev date
12+
description: Dev date as 2025-04-07_1902
1313
required: true
1414
driver:
15-
description: Driver location
15+
description: Driver location as openliberty-all-25.0.0.4-cl250420250407-1902.zip
1616
required: true
1717
guide:
1818
description: Guide to build

cloud-hosted/gitclone.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2021 IBM Corporation and others.
2+
Copyright (c) 2021, 2025 IBM Corporation and others.
33
Licensed under Creative Commons Attribution-NoDerivatives
44
4.0 International (CC BY-ND 4.0)
55
https://creativecommons.org/licenses/by-nd/4.0/
@@ -9,9 +9,9 @@
99
== Getting started
1010
1111
To open a new command-line session,
12-
select **Terminal** > **New Terminal** from the menu of the IDE.
12+
select ***Terminal*** > ***New Terminal*** from the menu of the IDE.
1313
14-
Run the following command to navigate to the **/home/project** directory:
14+
Run the following command to navigate to the ***/home/project*** directory:
1515
1616
```bash
1717
cd /home/project

cloud-hosted/new-terminal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Open another command-line session by selecting **Terminal** > **New Terminal** from the menu of the IDE.
1+
Open another command-line session by selecting ***Terminal*** > ***New Terminal*** from the menu of the IDE.

0 commit comments

Comments
 (0)