Skip to content

Commit 158307a

Browse files
committed
alpha to beta
1 parent 6bba1e3 commit 158307a

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.tekton/all.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -152,24 +152,6 @@ spec:
152152
params:
153153
- name: script
154154
resourcetemplates:
155-
#- apiVersion: v1
156-
# kind: Secret
157-
# metadata:
158-
# name: cd-secret
159-
# type: Opaque
160-
# stringData:
161-
# API_KEY: $(params.API_KEY)
162-
#- apiVersion: v1
163-
# kind: PersistentVolumeClaim
164-
# metadata:
165-
# name: pipelinerun-$(uid)-pvc
166-
# spec:
167-
# resources:
168-
# requests:
169-
# storage: 1Gi
170-
# volumeMode: Filesystem
171-
# accessModes:
172-
# - ReadWriteOnce
173155
- apiVersion: tekton.dev/v1beta1
174156
kind: PipelineRun
175157
metadata:
@@ -180,8 +162,6 @@ spec:
180162
workspaces:
181163
- name: pipeline-workspace
182164
emptyDir: {}
183-
#persistentVolumeClaim:
184-
# claimName: pipelinerun-$(uid)-pvc
185165
params:
186166
- name: script
187167
value: $(params.script)
@@ -230,9 +210,7 @@ spec:
230210
command: ["/bin/bash", "-c"]
231211
args:
232212
- |
233-
env | sort
234213
# verify all the required variables are set
235-
set -x
236214
set -u
237215
for e in GIT_REPO GIT_BRANCH REGISTRY_REGION_ID REGISTRY_NAMESPACE TARGET_CLUSTER_NAME IMAGE_NAME TARGET_REGION_ID TARGET_NAMESPACE TARGET_RESOURCE_GROUP COS_PLAN APP_ID_PLAN CLOUDANT_PLAN script; do
238216
eval "echo $e="'$'$e

0 commit comments

Comments
 (0)