Created
August 3, 2020 17:12
-
-
Save arashkaffamanesh/1da23d5aafa5fc270cacb9544f86b423 to your computer and use it in GitHub Desktop.
Revisions
-
arashkaffamanesh created this gist
Aug 3, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ apiVersion: tekton.dev/v1alpha1 kind: PipelineResource metadata: name: git spec: type: git params: - name: revision value: master - name: url value: https://github.com/arashkaffamanesh/node-js-tekton