From 051ab73e55d3a7a9860c8743406953c58b6b3d3c Mon Sep 17 00:00:00 2001 From: spucci278 <80380132+spucci278@users.noreply.github.com> Date: Tue, 2 Nov 2021 12:40:18 -0500 Subject: [PATCH] Update deploy-to-ibm-cloud-functions.yaml --- tekton/deploy-to-ibm-cloud-functions.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tekton/deploy-to-ibm-cloud-functions.yaml b/tekton/deploy-to-ibm-cloud-functions.yaml index ce0dcf1..488ab98 100644 --- a/tekton/deploy-to-ibm-cloud-functions.yaml +++ b/tekton/deploy-to-ibm-cloud-functions.yaml @@ -29,7 +29,6 @@ spec: ibmcloud login -a $(params.api-url) -r $(params.ibm-cloud-region); ibmcloud version; ibmcloud plugin list; - ibmcloud plugin update cloud-functions; ibmcloud plugin list; ibmcloud target --cf; ibmcloud fn deploy -m $(workspaces.source.path)/$(params.path-to-manifest-file);