Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b61b69

Browse files
committed
Update pipelines.md
1 parent46559c2 commit5b61b69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎_docs/pipelines/pipelines.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Unlike other CI options, the Git repository that contains the pipeline can be co
148148

149149
**Use branch from Git trigger**
150150

151-
The**Use branch from Git trigger** option is very important, as it defines the branch in the Git repo the pipeline is loaded from. In most cases, you want to keep this enabled as it loads the pipeline from the same branch that triggered the build.
151+
The**Use branch from Git trigger** option is very important, as it defines the branch in the Git repofrom whichthe pipeline is loaded. In most cases, you want to keep this enabled as it loads the pipeline from the same branch that triggered the build.
152152

153153
For example, if you open a new pull request for a branch named`feature-x`, that has changes both in source code and in the pipeline definition itself, ideally you would want the pipeline responsible for the build to be the same one that contains the new changes in the`feature-x` branch.
154154

@@ -174,11 +174,11 @@ max-width="70%"
174174
You can then copy and paste the URL to a raw Codefresh YAML file. This will allow you to load a Codefresh YAML from any URL.
175175

176176

177-
>GitHub requires a raw URL.
177+
>GitHub requires a raw URL.
178178
As an example:
179-
insteadofusing`https://github.com/codefresh-contrib/example-voting-app/blob/master/codefresh.yml`
180-
you should enter
181-
`https://raw.githubusercontent.com/codefresh-contrib/example-voting-app/master/codefresh.yml`
179+
Insteadof`https://github.com/codefresh-contrib/example-voting-app/blob/master/codefresh.yml`,
180+
use:
181+
`https://raw.githubusercontent.com/codefresh-contrib/example-voting-app/master/codefresh.yml`
182182

183183
##Pipeline settings
184184

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp