Skip to content

Commit

Permalink
Update Makefile to add manual approval gate in clean-manifest target
Browse files Browse the repository at this point in the history
Signed-off-by: PuneetPunamiya <ppunamiy@redhat.com>
  • Loading branch information
PuneetPunamiya authored and tekton-robot committed May 14, 2024
1 parent b69c384 commit 158c011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ ifeq ($(TARGET), openshift)
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton-chains
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton-hub
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton-results
rm -rf ./cmd/$(TARGET)/operator/kodata/manual-approval-gate
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton-pruner
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton-addon/pipelines-as-code
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton-addon/addons/02-clustertasks/source_external/
Expand All @@ -74,6 +75,7 @@ ifeq ($(TARGET), openshift)
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton-addon/pipelines-as-code-templates/generic.yaml
else
rm -rf ./cmd/$(TARGET)/operator/kodata/tekton*
rm -rf ./cmd/$(TARGET)/operator/kodata/manual-approval-gate
endif

.PHONY: clean-bin
Expand Down
2 changes: 1 addition & 1 deletion hack/fetch-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ release_yaml_pac() {
}

release_yaml_manualapprovalgate() {
echo fetching '|' version: ${1}
echo fetching '|' component: manual-approval-gate '|' version: ${1}
local version=$1

ko_data=${SCRIPT_DIR}/cmd/${TARGET}/operator/kodata
Expand Down

0 comments on commit 158c011

Please sign in to comment.