Compare commits
No commits in common. "06b83f9156d28aa2fda2afb71d111b5a76b7c0d4" and "f359676e289ab422ae6520420547ebc2ea57d99a" have entirely different histories.
06b83f9156
...
f359676e28
@ -2,6 +2,31 @@ apiVersion: config.lighthouse.jenkins-x.io/v1alpha1
|
|||||||
kind: TriggerConfig
|
kind: TriggerConfig
|
||||||
spec:
|
spec:
|
||||||
postsubmits:
|
postsubmits:
|
||||||
|
- name: semver
|
||||||
|
agent: tekton-pipeline
|
||||||
|
branches:
|
||||||
|
- ^main$
|
||||||
|
- ^master$
|
||||||
|
max_concurrency: 1
|
||||||
|
# Override https-based url from lighthouse events.
|
||||||
|
clone_uri: "git@code.fizz.buzz:talexander/organic.git"
|
||||||
|
pipeline_run_spec:
|
||||||
|
serviceAccountName: build-bot
|
||||||
|
pipelineRef:
|
||||||
|
name: semver
|
||||||
|
namespace: lighthouse
|
||||||
|
workspaces:
|
||||||
|
- name: git-source
|
||||||
|
volumeClaimTemplate:
|
||||||
|
spec:
|
||||||
|
storageClassName: "nfs-client"
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 10Gi
|
||||||
|
subPath: organic-source
|
||||||
|
params: []
|
||||||
- name: rustfmt
|
- name: rustfmt
|
||||||
source: "pipeline-rustfmt.yaml"
|
source: "pipeline-rustfmt.yaml"
|
||||||
# Override https-based url from lighthouse events.
|
# Override https-based url from lighthouse events.
|
||||||
|
@ -1,14 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "organic"
|
name = "organic"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Tom Alexander <tom@fizz.buzz>"]
|
|
||||||
description = "An org-mode parser."
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "0BSD"
|
license = "0BSD"
|
||||||
repository = "https://code.fizz.buzz/talexander/organic"
|
|
||||||
readme = "README.org"
|
|
||||||
keywords = ["emacs", "org-mode"]
|
|
||||||
categories = ["template-engine"]
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "organic"
|
name = "organic"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user