Skip to content

Commit

Permalink
Fixing wrong pipelinerun url
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jun 1, 2023
1 parent 16e5c24 commit ea50f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ git branch -D ${BRANCH_NAME}
git checkout -b ${BRANCH_NAME}

mkdir -p .tekton
wget https://raw.githubusercontent.com/ch007m/tekton-pac/main/k8s/pipelinerun-buildpacks.yml -O .tekton/pipelinerun.yaml
wget https://raw.githubusercontent.com/ch007m/tekton-pac/main/k8s/pipeline-buildpacks.yml -O .tekton/pipelinerun.yaml

git add .tekton
git commit -asm "This is a buildpacks build using TektonCI"
Expand Down

0 comments on commit ea50f32

Please sign in to comment.