Skip to content

Commit

Permalink
install make
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Nov 26, 2024
1 parent 6130f69 commit fa5a2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ spec:
- name: kustomize-build
image: registry.access.redhat.com/ubi8/ubi:latest
workingDir: /var/workdir/source
script: make update-version
script: set -xe && dnf install -y make && make update-version
volumes:
# New volume to store a copy of the source code accessible only to this Task.
- name: workdir
Expand Down
2 changes: 1 addition & 1 deletion .tekton/clowder-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ spec:
- name: kustomize-build
image: registry.access.redhat.com/ubi8/ubi:latest
workingDir: /var/workdir/source
script: make update-version
script: set -xe && dnf install -y make && make update-version
volumes:
# New volume to store a copy of the source code accessible only to this Task.
- name: workdir
Expand Down

0 comments on commit fa5a2ea

Please sign in to comment.