fix(ScafTemplate): Use interactive shell for post-scaffold scripts; update CI workflows and package metadata
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
# this is a wow
|
||||
|
||||
# this is a here
|
||||
|
||||
# this is a undefined variable
|
||||
|
@@ -1 +1,2 @@
|
||||
# some undefined variable
|
||||
|
||||
# some undefined variable
|
||||
|
@@ -1 +1 @@
|
||||
# param1 10
|
||||
# param1 10
|
||||
|
@@ -1 +1 @@
|
||||
awesome!
|
||||
awesome!
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# this is a from default yaml
|
||||
|
||||
# this is a this is another value from yml
|
||||
|
||||
# this is a undefined variable
|
||||
|
@@ -10,4 +10,4 @@ dependencies:
|
||||
- ../test_template_2
|
||||
|
||||
runafter:
|
||||
- echo 'runafter'
|
||||
- echo 'runafter'
|
||||
|
@@ -1 +1 @@
|
||||
awesome!
|
||||
awesome!
|
||||
|
@@ -1,6 +1,9 @@
|
||||
---
|
||||
fileName: anothername.yml
|
||||
---
|
||||
|
||||
# this is a {{templateObject.value1}}
|
||||
|
||||
# this is a {{templateObject.value2}}
|
||||
|
||||
# this is a {{templateVar3}}
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# this is a {{templateVar1}}
|
||||
|
||||
# this is a {{templateVar2}}
|
||||
|
||||
# this is a {{templateVar3}}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---
|
||||
fileName: changedname.md
|
||||
---
|
||||
# some {{wow}}
|
||||
|
||||
# some {{wow}}
|
||||
|
@@ -1 +1 @@
|
||||
# param1 {{node_version}}
|
||||
# param1 {{node_version}}
|
||||
|
Reference in New Issue
Block a user