Change pipeline name so I can keep track of them. Don't use a separate just file.

This commit is contained in:
James Pace 2024-01-04 08:17:05 -05:00
parent b7d49faa8f
commit ac407bf59f
2 changed files with 3 additions and 3 deletions

View File

@ -12,5 +12,5 @@ spec:
set -ex set -ex
source ~/.cargo/env source ~/.cargo/env
cd $(workspaces.source.path) cd $(workspaces.source.path)
just ci/build just ci-build
just ci/test just ci-test

View File

@ -38,7 +38,7 @@ spec:
- apiVersion: tekton.dev/v1beta1 - apiVersion: tekton.dev/v1beta1
kind: PipelineRun kind: PipelineRun
metadata: metadata:
generateName: limbo-pipeline- generateName: $(params.repo_name)-pipeline-
spec: spec:
pipelineRef: pipelineRef:
name: limbo-pipeline name: limbo-pipeline