You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used extensively to clone private repositories locally using local or CICD pipeline credentials, eliminating the need to export or store GIT credentials.
8
+
9
+
_Examples:_
10
+
11
+
- Terraform modules stored in private repositories
12
+
- Applications that uses private repositories as dependencies.
13
+
14
+
## Prerequisites
15
+
16
+
- Bash
17
+
- GIT
18
+
19
+
20
+
## How to run
21
+
22
+
- Export the required environment variables:
23
+
-`ORG_NAME` = Organization name, this variable is used to compose the repository URL e.g.: `export ORG_NAME=DNXLabs`
24
+
-`VCS_URL` = Version control system, this variable is used to compose the repository URL e.g.: `export VCS_URL=github.com`
25
+
- From the command line run: `bash clone-repositories.sh "repo-1@1.0.1" repo-2@1.2.1" "repo-3@2.0.3"`
0 commit comments