Skip to content

Commit

Permalink
install go
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Oct 29, 2024
1 parent 0c2479c commit 5d803cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/frontend-operator-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ spec:
- name: kustomize-build
image: registry.access.redhat.com/ubi8/ubi:latest
workingDir: /var/workdir/source
script: set -e && dnf install -y git make && ./kuttl_test.sh
script: set -e && dnf install -y git go make && ./kuttl_test.sh
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/frontend-operator-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ spec:
- name: kustomize-build
image: registry.access.redhat.com/ubi8/ubi:latest
workingDir: /var/workdir/source
script: set -e && dnf install -y git make && ./kuttl_test.sh
script: set -e && dnf install -y git go make && ./kuttl_test.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 5d803cc

Please sign in to comment.