From 30d55685bcb46adde32cac4f5e5c3bbe32a689c2 Mon Sep 17 00:00:00 2001 From: James Pace Date: Thu, 4 Jan 2024 00:06:59 -0500 Subject: [PATCH] Fix copy-pasta. Add description. --- limbo/limbo-just-build.yaml | 7 +------ limbo/limbo-pipeline.yaml | 2 ++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/limbo/limbo-just-build.yaml b/limbo/limbo-just-build.yaml index c7c54b4..925f2a7 100644 --- a/limbo/limbo-just-build.yaml +++ b/limbo/limbo-just-build.yaml @@ -6,15 +6,10 @@ spec: workspaces: - name: source steps: - - image: harbor.internal.jpace121.net/k8s/ansible-podman:latest + - image: harbor.internal.jpace121.net/k8s/limbo_builder:latest script: | #!/usr/bin/env bash set -ex - cp -r $(workspaces.ssh-directory.path) ~/.ssh - chmod 700 ~/.ssh - chmod -R 400 ~/.ssh/* - ssh-keyscan -H -p 2222 git.jpace121.net >> ~/.ssh/known_hosts - cd $(workspaces.source.path) just ci/build just ci/test \ No newline at end of file diff --git a/limbo/limbo-pipeline.yaml b/limbo/limbo-pipeline.yaml index 1b7eebb..edfe5d5 100644 --- a/limbo/limbo-pipeline.yaml +++ b/limbo/limbo-pipeline.yaml @@ -44,6 +44,8 @@ spec: params: - name: git-owner value: limbo + - name: description + value: "Auto trigger build via tekton." - name: git-repo-name value: $(params.gitea-repo-name) - name: name