summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-12-13 10:14:44 +0200
committerLars Wirzenius <liw@liw.fi>2020-12-18 12:18:45 +0200
commitc6b981cf0bf3990e7b1158baa96f6cf1f62ed7a8 (patch)
tree9f15889c2aba83ffea12c7786bda674aeb8aa058 /templates
parenta1e839a49b7a58b7a31b1fff5b18d4a103ec8c40 (diff)
downloadsubplot-c6b981cf0bf3990e7b1158baa96f6cf1f62ed7a8.tar.gz
refactor: rename tera template files to have .tera suffix
Diffstat (limited to 'templates')
-rw-r--r--templates/bash/template.sh.tera (renamed from templates/bash/template.sh)0
-rw-r--r--templates/bash/template.yaml2
-rw-r--r--templates/python/template.py.tera (renamed from templates/python/template.py)0
-rw-r--r--templates/python/template.yaml2
4 files changed, 2 insertions, 2 deletions
diff --git a/templates/bash/template.sh b/templates/bash/template.sh.tera
index 5e92371..5e92371 100644
--- a/templates/bash/template.sh
+++ b/templates/bash/template.sh.tera
diff --git a/templates/bash/template.yaml b/templates/bash/template.yaml
index 16a7523..01269dd 100644
--- a/templates/bash/template.yaml
+++ b/templates/bash/template.yaml
@@ -1,4 +1,4 @@
-template: template.sh
+template: template.sh.tera
run: bash
helpers:
- assert.sh
diff --git a/templates/python/template.py b/templates/python/template.py.tera
index aa97cf0..aa97cf0 100644
--- a/templates/python/template.py
+++ b/templates/python/template.py.tera
diff --git a/templates/python/template.yaml b/templates/python/template.yaml
index afb6522..73f2510 100644
--- a/templates/python/template.yaml
+++ b/templates/python/template.yaml
@@ -1,4 +1,4 @@
-template: template.py
+template: template.py.tera
helpers:
- context.py
- encoding.py