Skip to content

Commit f27701b

Browse files
authored
Merge pull request #33 from ibm-hyper-protect/priyanayar-patch-2
Update README.md
2 parents 2bb80e7 + f78f6dd commit f27701b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Create the `sbs-config.json` file in any location you choose on your local machi
5252
"GITHUB_KEY_FILE": "~/.ssh/id_rsa",
5353
"GITHUB_URL": "git@github.com:<git_user>/<git_repo>.git",
5454
"GITHUB_BRANCH": "master",
55+
"GITHUB_RECURSE_SUBMODULES": "True",
5556
"CONTAINER_NAME": "SBContainer",
5657
"REPO_ID": "sbs",
5758
"DOCKER_REPO": "<docker_namespace>/<docker_repository_name>",
@@ -86,6 +87,7 @@ IMAGE_TAG - image tag of the container image to be deployed as SBS server. Use "
8687
GITHUB_KEY_FILE - Private key path to access your GitHub repo.
8788
GITHUB_URL - GitHub URL.
8889
GITHUB_BRANCH - GitHub branch name.
90+
GITHUB_RECURSE_SUBMODULES - If you want to clone submodules, then add this parameter and make the value true.
8991
CONTAINER_NAME - Name of the Hyper Protect Virtual Servers instance which you want to create on cloud. This name can be different from the name which you use on cloud. The name is used as a part of a certificate file name. You can choose any valid string as a file name.
9092
REPO_ID - This is the ID which is used as a prefix of the registration definition file for a newly built image.
9193
DOCKER_REPO - DockerHub repository.
@@ -665,7 +667,7 @@ Created 2021-12-06
665667
```buildoutcfg
666668
./build.py update --env <path>/sbs-config.json
667669
```
668-
670+
669671
## License
670672

671673
[Apache 2.0](https://github.com/ibm-hyper-protect/secure-build-cli/blob/main/LICENSE)

0 commit comments

Comments
 (0)