From e67869065995b0b4d806f7e56a022bf4c88944ce Mon Sep 17 00:00:00 2001 From: Patrick Robinson Date: Wed, 24 Apr 2024 17:56:21 +1000 Subject: [PATCH] Update pipeline.go Co-authored-by: Josh Deprez --- pipeline.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pipeline.go b/pipeline.go index d828879..a535d49 100644 --- a/pipeline.go +++ b/pipeline.go @@ -80,7 +80,6 @@ type InterpolationEnv interface { // conflict, to apply later. // - Interpolate any string value in the rest of the pipeline. // -// / // By default if an environment variable exists in both the runtime and pipeline env // we will substitute with the pipeline env IF the pipeline env is defined first. // Setting the preferRuntimeEnv option to true instead prefers the runtime environment to pipeline