Skip to content

Commit

Permalink
PAUSED: Use git resume to continue working.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Feb 5, 2025
1 parent 6da1065 commit c096bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/before_install
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ -n "$CI" ]; then
if [ "$GITHUB_REPOSITORY_OWNER" = "ManageIQ" -a "$GITHUB_BASE_REF" != "master" -a "$GITHUB_REF_NAME" != "master" ]; then
echo "== Setup Gemfile.lock.release =="
cp -f "$APP_ROOT/Gemfile.lock.release" "$APP_ROOT/Gemfile.lock"
cat Gemfile.lock
echo
fi
fi

0 comments on commit c096bf3

Please sign in to comment.