Skip to content

Commit

Permalink
get clowder version
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Dec 2, 2024
1 parent 5982a84 commit 15f6626
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 && make update-version
script: set -e && dnf install -y git go make && CLOWDER_VERSION=sh("git describe --tags").trim() && 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 15f6626

Please sign in to comment.