Commit 1a5ae4b 1 parent f21f395 commit 1a5ae4b Copy full SHA for 1a5ae4b
File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,9 @@ cp ${REPO_DIR}/build/testdata/bundles/terraform/porter.yaml .
20
20
sed -i " s/porter-terraform:latest/${REGISTRY} \/porter-terraform:latest/g" porter.yaml
21
21
sed -i " s/deislabs\/porter-terraform-bundle/${REGISTRY} \/porter-terraform-bundle/g" porter.yaml
22
22
23
- porter_output=$( mktemp)
24
-
25
23
${PORTER_HOME} /porter build
26
24
27
- ${PORTER_HOME} /porter install --insecure --debug --param file_contents=' foo!' 2>&1 | tee ${porter_output}
28
-
29
- if ! cat ${porter_output} | grep -q ' content: "" => "foo!"' ; then
30
- echo " ERROR: File contents not created properly"
31
- exit 1
32
- fi
25
+ ${PORTER_HOME} /porter install --insecure --debug --param file_contents=' foo!'
33
26
34
27
echo " Verifying instance output(s) via 'porter instance outputs list' after install"
35
28
list_outputs=$( ${PORTER_HOME} /porter instance outputs list)
You can’t perform that action at this time.
0 commit comments