Skip to content

Commit

Permalink
yep
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Nov 8, 2024
1 parent 7a2bd99 commit 35e6646
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ spec:
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
name: build-args-file
type: string
- name: minikube-ssh-key
description: Minikube information.
default: minikube-ssh-key
results:
- description: ""
name: IMAGE_URL
Expand All @@ -130,6 +127,9 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- name: minikube-ssh-key
description: Minikube information.
default: minikube-ssh-key
tasks:
- name: init
params:
Expand Down
6 changes: 3 additions & 3 deletions .tekton/clowder-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ spec:
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
name: build-args-file
type: string
- name: minikube-ssh-key
description: Minikube information.
default: minikube-ssh-key
results:
- description: ""
name: IMAGE_URL
Expand All @@ -120,6 +117,9 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- name: minikube-ssh-key
description: Minikube information.
default: minikube-ssh-key
tasks:
- name: init
params:
Expand Down

0 comments on commit 35e6646

Please sign in to comment.