We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e4600 commit ef04c45Copy full SHA for ef04c45
1 file changed
.travis.yml
@@ -40,7 +40,7 @@ jobs:
40
- DIR=$(mktemp -d)
41
- cd "$DIR"
42
- ls -la
43
- - printf "AWS::Foo::Bar\n\n1" | cfn init -vv
+ - printf "r\nAWS::Foo::Bar\n\n1" | cfn init -vv
44
- mvn verify
45
46
- stage: "integ guided"
@@ -53,6 +53,6 @@ jobs:
53
54
55
56
- - printf "AWS::Foo::Bar\n\n2" | cfn init -vv
+ - printf "r\nAWS::Foo::Bar\n\n2" | cfn init -vv
57
58
0 commit comments