Skip to content

Commit

Permalink
Add example passing args to gsutil.
Browse files Browse the repository at this point in the history
  • Loading branch information
bendory authored and tekton-robot committed Aug 29, 2022
1 parent 7de48b2 commit 0544028
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions task/gcloud/0.3/tests/gsutil-version-args.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: tekton.dev/v1beta1
kind: TaskRun
metadata:
name: gsutil-version-args
spec:
taskRef:
name: gcloud
params:
- name: SCRIPT
value: "gsutil $@"
- name: ARGS
value: ['-v']

0 comments on commit 0544028

Please sign in to comment.