Skip to content

Commit

Permalink
[DEBUG]
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <[email protected]>
  • Loading branch information
matejvasek committed Aug 27, 2024
1 parent 725e65c commit 825d5ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/pipelines/tekton/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ spec:
echo "--> Saving 'func.yaml'"
cp $func_file /emptyDir/func.yaml
echo AAAAAAAAAAAAAAAAAA
ls -la "$(workspaces.source.path)"
############################################
volumeMounts:
Expand Down Expand Up @@ -222,6 +224,9 @@ spec:
sed -i "s|^registry:.*$|registry: $(params.REGISTRY)|" "$func_file"
echo "Function image registry: $(params.REGISTRY)"
echo BBBBBBBBBBBBBBB
ls -la "$(workspaces.source.path)"
############################################
volumeMounts:
Expand Down

0 comments on commit 825d5ca

Please sign in to comment.