Skip to content

Commit

Permalink
Add todo. Stop printing env variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecarter94 committed Dec 3, 2024
1 parent 0a7ae3f commit 1d8e172
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions deploy/tasks/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ spec:
exit 1
fi
echo "Env variables:"
env
dockerfile_copy=$(mktemp --tmpdir "$(basename "$dockerfile_path").XXXXXX")
cp "$dockerfile_path" "$dockerfile_copy"
Expand Down
2 changes: 1 addition & 1 deletion pkg/reconciler/dependencybuild/buildrecipeyaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ func createPipelineSpec(log logr.Logger, tool string, commitTime int64, jbsConfi
Name: "INTERNAL_PROXY_PASSWORD",
Value: tektonpipeline.ParamValue{
Type: tektonpipeline.ParamTypeString,
StringVal: "${ACCESS_TOKEN}",
StringVal: "${ACCESS_TOKEN}", // TODO how to get the access token value?
},
},
{
Expand Down

0 comments on commit 1d8e172

Please sign in to comment.