We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git resume
1 parent 6da1065 commit c096bf3Copy full SHA for c096bf3
bin/before_install
@@ -20,6 +20,7 @@ if [ -n "$CI" ]; then
20
if [ "$GITHUB_REPOSITORY_OWNER" = "ManageIQ" -a "$GITHUB_BASE_REF" != "master" -a "$GITHUB_REF_NAME" != "master" ]; then
21
echo "== Setup Gemfile.lock.release =="
22
cp -f "$APP_ROOT/Gemfile.lock.release" "$APP_ROOT/Gemfile.lock"
23
+ cat Gemfile.lock
24
echo
25
fi
26
0 commit comments