Skip to content

Commit

Permalink
Add diffutils silly
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 18, 2024
1 parent 6157584 commit ca47384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ spec:
name: minikube-ssh-key
key: MINIKUBE_ROOTDIR
# FIXME: this should be handled from the script itself
script: set -ex && dnf install -y git openssh-clients python3.12 make jq && ci/konflux_minikube_e2e_tests.sh
script: set -ex && dnf install -y git openssh-clients python3.12 make jq diffutils && ci/konflux_minikube_e2e_tests.sh
volumes:
# New volume to store a copy of the source code accessible only to this Task.
- name: workdir
Expand Down

0 comments on commit ca47384

Please sign in to comment.