From 7684b9ff80705abc6f6fdb66a17a3b7f25192ab1 Mon Sep 17 00:00:00 2001 From: Matt Knop Date: Mon, 2 Dec 2024 09:41:01 -0700 Subject: [PATCH] adding correct commands to tekton push file --- .tekton/clowder-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/clowder-push.yaml b/.tekton/clowder-push.yaml index a9cb15e1c..4f3fa565a 100644 --- a/.tekton/clowder-push.yaml +++ b/.tekton/clowder-push.yaml @@ -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