Skip to content

Commit

Permalink
move data publishers pipeline to knesset-data-pipelines pipeline_script
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Apr 2, 2018
1 parent 8974aaa commit 8883a79
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions charts-external/pipelines-jobs/templates/data-publishers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ kind: ConfigMap
metadata:
name: pipeline-data-publishers-envfrom
data:
PIPELINES_SCRIPT: |
cd /pipelines &&\
(
RES=0;
! run_pipeline ./committees/all && RES=1;
! run_pipeline ./members/all && RES=1;
exit $RES
)
PIPELINES_BATCH_NAME: datapublishers
---
{{ dict "name" "pipeline-data-publishers" "Values" .Values "enabled" .Values.dataPublishers.enabled "opsEnvFrom" false "allowPipelineOps" false | include "pipeline-job" }}
{{ dict "name" "pipeline-data-publishers" "Values" .Values "enabled" .Values.dataPublishers.enabled | include "pipeline-job" }}

0 comments on commit 8883a79

Please sign in to comment.