We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a323c8 + 5dfe122 commit f98a71eCopy full SHA for f98a71e
bin/before_install
@@ -18,3 +18,7 @@ elif [ ! -d "$spec_manageiq" ]; then
18
echo "== Cloning manageiq sample app =="
19
git clone https://github.com/ManageIQ/manageiq.git --branch master --depth 1 "$spec_manageiq"
20
fi
21
+
22
+if [ -n "$CI" ]; then
23
+ $spec_manageiq/bin/ci/setup_plugin_gemfile_lock
24
+fi
0 commit comments