Skip to content

Commit 3e32c9b

Browse files
committed
clone folder name changed
1 parent 0860d0d commit 3e32c9b

File tree

4 files changed

+8
-8
lines changed
  • oci-pipeline-examples/oci-cascaded-pipelines/same-region

4 files changed

+8
-8
lines changed

oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-build-from-build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
**Step 1:**
1010
Clone the repository code.
1111
```
12-
$ git init oci-devops-coderepo-with-gitlab
13-
$ cd oci-devops-coderepo-with-gitlab
12+
$ git init cascaded-pipelines
13+
$ cd cascaded-pipelines
1414
$ git remote add origin https://github.com/oracle-devrel/oci-devops-examples
1515
$ git config core.sparsecheckout true
1616
$ echo "oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-build-from-build/*">>.git/info/sparse-checkout

oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-build-from-deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
**Step 1:**
1111
Clone the repository code.
1212
```
13-
$ git init oci-devops-coderepo-with-gitlab
14-
$ cd oci-devops-coderepo-with-gitlab
13+
$ git init cascaded-pipelines
14+
$ cd cascaded-pipelines
1515
$ git remote add origin https://github.com/oracle-devrel/oci-devops-examples
1616
$ git config core.sparsecheckout true
1717
$ echo "oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-build-from-deploy/*">>.git/info/sparse-checkout

oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-deploy-from-build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
**Step 1:**
1010
Clone the repository code.
1111
```
12-
$ git init oci-devops-coderepo-with-gitlab
13-
$ cd oci-devops-coderepo-with-gitlab
12+
$ git init cascaded-pipelines
13+
$ cd cascaded-pipelines
1414
$ git remote add origin https://github.com/oracle-devrel/oci-devops-examples
1515
$ git config core.sparsecheckout true
1616
$ echo "oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-deploy-from-build/*">>.git/info/sparse-checkout

oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-deploy-from-deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
**Step 1:**
1111
Clone the repository code.
1212
```
13-
$ git init oci-devops-coderepo-with-gitlab
14-
$ cd oci-devops-coderepo-with-gitlab
13+
$ git init cascaded-pipelines
14+
$ cd cascaded-pipelines
1515
$ git remote add origin https://github.com/oracle-devrel/oci-devops-examples
1616
$ git config core.sparsecheckout true
1717
$ echo "oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-deploy-from-deploy/*">>.git/info/sparse-checkout

0 commit comments

Comments
 (0)