Skip to content

Commit

Permalink
Preparing task-openshift release
Browse files Browse the repository at this point in the history
Signed-off-by: Savita Ashture [email protected]
  • Loading branch information
savitaashture authored and Aneesh-M-Bhat committed Apr 2, 2024
1 parent 3d65a91 commit cb1bebe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: task-oc
version: 0.0.1
description: TODO...
name: task-openshift
version: 0.1.0
description: Contains the Tekton Tasks to manage CLI related tasks
type: application
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ OSP_VERSION ?= latest

# using the chart name and version from chart's metadata
CHART_NAME ?= $(shell awk '/^name:/ { print $$2 }' Chart.yaml)
CHART_VESION ?= $(shell awk '/^version:/ { print $$2 }' Chart.yaml)
CHART_VERSION ?= $(shell awk '/^version:/ { print $$2 }' Chart.yaml)
RELEASE_VERSION = v$(CHART_VERSION)

CATALOGCD_VERSION = v0.1.0
# release directory where the Tekton resources are rendered into.
RELEASE_DIR ?= /tmp/$(CHART_NAME)-$(CHART_VERSION)

# bats entry point and default flags
BATS_CORE = ./test/.bats/bats-core/bin/bats
Expand Down
2 changes: 1 addition & 1 deletion hack/release.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extract_name() {
# Finds the respective documentation for the task name
find_doc() {
declare task_name="${1}"
find docs/ -name "${task_name}*.md"
find docs/ -name "${task_name}.md"
}

#
Expand Down

0 comments on commit cb1bebe

Please sign in to comment.