File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
oci-pipeline-examples/oci-cascaded-pipelines/same-region
trigger-build-from-deploy
trigger-deploy-from-build
trigger-deploy-from-deploy Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
** Step 1:**
10
10
Clone the repository code.
11
11
```
12
- $ git init oci-devops-coderepo-with-gitlab
13
- $ cd oci-devops-coderepo-with-gitlab
12
+ $ git init cascaded-pipelines
13
+ $ cd cascaded-pipelines
14
14
$ git remote add origin https://github.com/oracle-devrel/oci-devops-examples
15
15
$ git config core.sparsecheckout true
16
16
$ echo "oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-build-from-build/*">>.git/info/sparse-checkout
Original file line number Diff line number Diff line change 10
10
** Step 1:**
11
11
Clone the repository code.
12
12
```
13
- $ git init oci-devops-coderepo-with-gitlab
14
- $ cd oci-devops-coderepo-with-gitlab
13
+ $ git init cascaded-pipelines
14
+ $ cd cascaded-pipelines
15
15
$ git remote add origin https://github.com/oracle-devrel/oci-devops-examples
16
16
$ git config core.sparsecheckout true
17
17
$ echo "oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-build-from-deploy/*">>.git/info/sparse-checkout
Original file line number Diff line number Diff line change 9
9
** Step 1:**
10
10
Clone the repository code.
11
11
```
12
- $ git init oci-devops-coderepo-with-gitlab
13
- $ cd oci-devops-coderepo-with-gitlab
12
+ $ git init cascaded-pipelines
13
+ $ cd cascaded-pipelines
14
14
$ git remote add origin https://github.com/oracle-devrel/oci-devops-examples
15
15
$ git config core.sparsecheckout true
16
16
$ echo "oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-deploy-from-build/*">>.git/info/sparse-checkout
Original file line number Diff line number Diff line change 10
10
** Step 1:**
11
11
Clone the repository code.
12
12
```
13
- $ git init oci-devops-coderepo-with-gitlab
14
- $ cd oci-devops-coderepo-with-gitlab
13
+ $ git init cascaded-pipelines
14
+ $ cd cascaded-pipelines
15
15
$ git remote add origin https://github.com/oracle-devrel/oci-devops-examples
16
16
$ git config core.sparsecheckout true
17
17
$ echo "oci-pipeline-examples/oci-cascaded-pipelines/same-region/trigger-deploy-from-deploy/*">>.git/info/sparse-checkout
You can’t perform that action at this time.
0 commit comments