Skip to content

Commit c096bf3

Browse files
committed
PAUSED: Use git resume to continue working.
1 parent 6da1065 commit c096bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/before_install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if [ -n "$CI" ]; then
2020
if [ "$GITHUB_REPOSITORY_OWNER" = "ManageIQ" -a "$GITHUB_BASE_REF" != "master" -a "$GITHUB_REF_NAME" != "master" ]; then
2121
echo "== Setup Gemfile.lock.release =="
2222
cp -f "$APP_ROOT/Gemfile.lock.release" "$APP_ROOT/Gemfile.lock"
23+
cat Gemfile.lock
2324
echo
2425
fi
2526
fi

0 commit comments

Comments
 (0)