Skip to content

Commit

Permalink
shorten long line
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Klassen <[email protected]>
  • Loading branch information
Jamie Klassen committed Nov 15, 2019
1 parent b4b6903 commit 02a60b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/scripts/render-resource-pipeline-templates
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e -u

for resource in $RESOURCES; do
echo "configuring $resource..."
jsonnet -V resource=$resource pipelines/pipelines/resources/template.jsonnet > rendered_pipelines/$resource.yml
jsonnet -V resource=$resource pipelines/pipelines/resources/template.jsonnet \
> rendered_pipelines/$resource.yml
echo ""
done

0 comments on commit 02a60b4

Please sign in to comment.