Skip to content

Commit

Permalink
adding correct commands to tekton push file
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Dec 2, 2024
1 parent 58b8429 commit 7684b9f
Showing 1 changed file with 1 addition and 1 deletion.
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: set -xe && dnf install -y git go make && make update-version
script: set -e && dnf install -y git go make && git fetch --prune --unshallow && 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 7684b9f

Please sign in to comment.