Skip to content

Commit

Permalink
fixing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Dec 2, 2024
1 parent a47ec3c commit f89554a
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 && 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 f89554a

Please sign in to comment.