update golang links (#3238) (#168)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-03-10 09:18:10 -07:00 committed by GitHub
parent d1e68460a8
commit 0e3c7a6258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -95,7 +95,7 @@ options:
type: list type: list
included_files: included_files:
description: description:
- ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match - ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match)
extended with support for `**`. extended with support for `**`.
- If any of the files altered in the commit pass the ignoredFiles filter and includedFiles - If any of the files altered in the commit pass the ignoredFiles filter and includedFiles
is empty, then as far as this filter is concerned, we should trigger the build. is empty, then as far as this filter is concerned, we should trigger the build.
@ -180,7 +180,7 @@ options:
timeout: timeout:
description: description:
- Amount of time that this build should be allowed to run, to second granularity. - Amount of time that this build should be allowed to run, to second granularity.
If this amount of time elapses, work on the build will cease and the build - If this amount of time elapses, work on the build will cease and the build
status will be TIMEOUT. status will be TIMEOUT.
- This timeout must be equal to or greater than the sum of the timeouts for - This timeout must be equal to or greater than the sum of the timeouts for
build steps within the build. build steps within the build.
@ -444,7 +444,7 @@ ignoredFiles:
type: list type: list
includedFiles: includedFiles:
description: description:
- ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match - ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match)
extended with support for `**`. extended with support for `**`.
- If any of the files altered in the commit pass the ignoredFiles filter and includedFiles - If any of the files altered in the commit pass the ignoredFiles filter and includedFiles
is empty, then as far as this filter is concerned, we should trigger the build. is empty, then as far as this filter is concerned, we should trigger the build.
@ -523,7 +523,7 @@ build:
timeout: timeout:
description: description:
- Amount of time that this build should be allowed to run, to second granularity. - Amount of time that this build should be allowed to run, to second granularity.
If this amount of time elapses, work on the build will cease and the build - If this amount of time elapses, work on the build will cease and the build
status will be TIMEOUT. status will be TIMEOUT.
- This timeout must be equal to or greater than the sum of the timeouts for - This timeout must be equal to or greater than the sum of the timeouts for
build steps within the build. build steps within the build.

View file

@ -154,7 +154,7 @@ resources:
type: list type: list
includedFiles: includedFiles:
description: description:
- ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match - ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match)
extended with support for `**`. extended with support for `**`.
- If any of the files altered in the commit pass the ignoredFiles filter and - If any of the files altered in the commit pass the ignoredFiles filter and
includedFiles is empty, then as far as this filter is concerned, we should includedFiles is empty, then as far as this filter is concerned, we should
@ -237,7 +237,7 @@ resources:
timeout: timeout:
description: description:
- Amount of time that this build should be allowed to run, to second granularity. - Amount of time that this build should be allowed to run, to second granularity.
If this amount of time elapses, work on the build will cease and the build - If this amount of time elapses, work on the build will cease and the build
status will be TIMEOUT. status will be TIMEOUT.
- This timeout must be equal to or greater than the sum of the timeouts - This timeout must be equal to or greater than the sum of the timeouts
for build steps within the build. for build steps within the build.