mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Changed workflow to specialise in helm checks
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
||||
generateName: gitlab-workflow-
|
||||
spec:
|
||||
workflowTemplateRef:
|
||||
name: basic-ci
|
||||
name: helm-check-workflow
|
||||
arguments:
|
||||
# the parameters for the workflow
|
||||
# ensure these are defined in spec.triggers.template.k8s.parameters
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: WorkflowTemplate
|
||||
metadata:
|
||||
name: basic-ci
|
||||
name: helm-check-workflow
|
||||
generateName: gitlab-workflow-
|
||||
spec:
|
||||
entrypoint: main
|
||||
@@ -51,9 +51,9 @@ spec:
|
||||
# the names of the stages to report in gitlab
|
||||
withItems:
|
||||
- {{ urlquery "helm lint" }}
|
||||
- {{ urlquery "helm build" }}
|
||||
# - {{ urlquery "helm build" }}
|
||||
- {{ urlquery "helm test" }}
|
||||
- {{ urlquery "helm publish" }}
|
||||
# - {{ urlquery "helm publish" }}
|
||||
|
||||
# Clone git repo shallowly to save space
|
||||
- name: clone-gitlab-repo
|
||||
Reference in New Issue
Block a user