Skip to content

Commit d46f787

Browse files
committed
On branch edburns-msft-ibm-383-direct-reader-to-use-tag
modified: articles/aks/howto-deploy-java-liberty-app.md Signed-off-by: Ed Burns <[email protected]>
1 parent 606756a commit d46f787

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/aks/howto-deploy-java-liberty-app.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ Clone the sample code for this guide. The sample is on [GitHub](https://github.c
107107

108108
There are a few samples in the repository. We'll use *java-app/*. Here's the file structure of the application.
109109

110+
```azurecli-interactive
111+
git clone https://github.com/Azure-Samples/open-liberty-on-aks.git
112+
cd open-liberty-on-aks
113+
git checkout 2023-07-21
114+
```
115+
116+
If you see a message about being in "detached HEAD" state, this message is safe to ignore. It just means you have checked out a tag.
117+
110118
```
111119
java-app
112120
├─ src/main/

0 commit comments

Comments
 (0)