Skip to content

Commit

Permalink
be specific about rendering vs configuring
Browse files Browse the repository at this point in the history
Co-Authored-By: Alex Suraci <[email protected]>
  • Loading branch information
Jamie Klassen and vito authored Nov 15, 2019
1 parent 02a60b4 commit 5327605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/scripts/render-resource-pipeline-templates
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e -u

for resource in $RESOURCES; do
echo "configuring $resource..."
echo "rendering '$resource' pipeline config..."
jsonnet -V resource=$resource pipelines/pipelines/resources/template.jsonnet \
> rendered_pipelines/$resource.yml
echo ""
Expand Down

0 comments on commit 5327605

Please sign in to comment.