Skip to content

Commit 3c3ce5e

Browse files
author
Krum Motsov
committed
Do not use --deployment flag for bundle install because the runner will be used on development environments and that can cause problems
1 parent 99dc1ff commit 3c3ce5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.testspace.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<root>
44
<suite name="Install.prerequisites" state="1" id=".sh" description="**Install** system prerequisites ">
55
<attributes>
6-
<![CDATA[bundle install --deployment]]>
6+
<![CDATA[bundle install]]>
77
</attributes>
88
</suite>
99
<suite name="Tests" state="1" id=".sh" description="run **all** of the unit tests">

0 commit comments

Comments
 (0)