diff --git a/generic-pipelines/dev-contain-pipeline.yaml b/generic-pipelines/dev-contain-pipeline.yaml index ab8f2b2..0ac914c 100644 --- a/generic-pipelines/dev-contain-pipeline.yaml +++ b/generic-pipelines/dev-contain-pipeline.yaml @@ -33,7 +33,7 @@ spec: workspace: git-credentials params: - name: url - value: ssh://git@git.jpace121.net:2222/packaging/dev_contain + value: ssh://git@git.jpace121.net:2222/packaging/dev_contain.git - name: branch value: $(params.branch) taskRef: diff --git a/generic-pipelines/kustomization.yaml b/generic-pipelines/kustomization.yaml index de0b687..cabebea 100644 --- a/generic-pipelines/kustomization.yaml +++ b/generic-pipelines/kustomization.yaml @@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - test-pipeline.yaml -- simple-ros-pipeline.yaml \ No newline at end of file +- simple-ros-pipeline.yaml +- dev-contain-pipeline.yaml \ No newline at end of file