Skip to content

Commit a6f2277

Browse files
authored
Change clone command (#1048)
--------- Signed-off-by: Andy Tael <andy.tael@yahoo.com>
1 parent b436d7b commit a6f2277

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs-source/cloudbank/content/deploy-cli/get-code.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Download a copy of the CloudBank sample application.
1212
Create a local clone of the CloudBank source repository using this command.
1313

1414
```shell
15-
git clone https://github.com/oracle/microservices-datadriven.git
15+
git clone --depth 1 https://github.com/oracle/microservices-datadriven.git --tags cbv4-1.3.1 --single-branch
1616
```
1717

1818
> **Note**: If you do not have **git** installed on your machine, you can download a zip file of the source code from [GitHub](https://github.com/oracle/microservices-datadriven) and unzip it on your machine instead.
@@ -24,4 +24,3 @@ Download a copy of the CloudBank sample application.
2424
```
2525

2626
This directory will be referred to as the `root` directory for CloudBank in this module.
27-

docs-source/cloudbank/content/provision/install-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This option allows you to run Oracle Backend for Microservices and AI in a conta
2222
* If you have not already done so, clone the Microservices Data-Driven GitHub repository:
2323

2424
```bash
25-
git clone https://github.com/oracle/microservices-datadriven
25+
git clone --depth 1 https://github.com/oracle/microservices-datadriven.git --tags cbv4-1.3.1 --single-branch
2626
```
2727

2828
* Change into the directory with the local environment files:

0 commit comments

Comments
 (0)