From 0e3c7a62583d6333bf9ea3822ae2ac667da7866a Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 10 Mar 2020 09:18:10 -0700 Subject: [PATCH] update golang links (#3238) (#168) Signed-off-by: Modular Magician --- plugins/modules/gcp_cloudbuild_trigger.py | 8 ++++---- plugins/modules/gcp_cloudbuild_trigger_info.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/modules/gcp_cloudbuild_trigger.py b/plugins/modules/gcp_cloudbuild_trigger.py index 6461442..07124e6 100644 --- a/plugins/modules/gcp_cloudbuild_trigger.py +++ b/plugins/modules/gcp_cloudbuild_trigger.py @@ -95,7 +95,7 @@ options: type: list included_files: 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 `**`. - 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. @@ -180,7 +180,7 @@ options: timeout: description: - 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. - This timeout must be equal to or greater than the sum of the timeouts for build steps within the build. @@ -444,7 +444,7 @@ ignoredFiles: type: list includedFiles: 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 `**`. - 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. @@ -523,7 +523,7 @@ build: timeout: description: - 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. - This timeout must be equal to or greater than the sum of the timeouts for build steps within the build. diff --git a/plugins/modules/gcp_cloudbuild_trigger_info.py b/plugins/modules/gcp_cloudbuild_trigger_info.py index 055426a..1b3c66f 100644 --- a/plugins/modules/gcp_cloudbuild_trigger_info.py +++ b/plugins/modules/gcp_cloudbuild_trigger_info.py @@ -154,7 +154,7 @@ resources: type: list includedFiles: 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 `**`. - 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 @@ -237,7 +237,7 @@ resources: timeout: description: - 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. - This timeout must be equal to or greater than the sum of the timeouts for build steps within the build.