Skip to content

Commit

Permalink
checking contents of dir
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Dec 2, 2024
1 parent f89554a commit dc3b97b
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 @@ -203,7 +203,7 @@ spec:
- name: kustomize-build
image: registry.access.redhat.com/ubi8/ubi:latest
workingDir: /var/workdir/source
script: set -e && dnf install -y git go make && CLOWDER_VERSION='$("git describe --tags")' && make update-version
script: set -e && dnf install -y git go make && ls && CLOWDER_VERSION='$("git describe --tags")' && 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 dc3b97b

Please sign in to comment.