Skip to content

Commit 1d8e172

Browse files
committed
Add todo. Stop printing env variables.
1 parent 0a7ae3f commit 1d8e172

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,6 @@ spec:
329329
exit 1
330330
fi
331331
332-
echo "Env variables:"
333-
env
334-
335332
dockerfile_copy=$(mktemp --tmpdir "$(basename "$dockerfile_path").XXXXXX")
336333
cp "$dockerfile_path" "$dockerfile_copy"
337334

pkg/reconciler/dependencybuild/buildrecipeyaml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ func createPipelineSpec(log logr.Logger, tool string, commitTime int64, jbsConfi
584584
Name: "INTERNAL_PROXY_PASSWORD",
585585
Value: tektonpipeline.ParamValue{
586586
Type: tektonpipeline.ParamTypeString,
587-
StringVal: "${ACCESS_TOKEN}",
587+
StringVal: "${ACCESS_TOKEN}", // TODO how to get the access token value?
588588
},
589589
},
590590
{

0 commit comments

Comments
 (0)