Remove stop on error from Docker install switch in baseline tests
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #760 Approved by: mheon
This commit is contained in:
parent
f9eb421348
commit
b4c5aaf845
|
|
@ -28,7 +28,6 @@ done
|
||||||
if [ "$installdocker" -eq 1 ]
|
if [ "$installdocker" -eq 1 ]
|
||||||
then
|
then
|
||||||
echo "Script will install and then deinstall Docker."
|
echo "Script will install and then deinstall Docker."
|
||||||
set -eu
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$showerror" -eq 1 ]
|
if [ "$showerror" -eq 1 ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue