Skip to content

Commit f931abb

Browse files
committed
Update ci-main-pull-request.yml
1 parent b8789cb commit f931abb

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/ci-main-pull-request.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -770,14 +770,15 @@ jobs:
770770
- name: 'Ruby build'
771771
if: ${{ inputs.language == 'ruby' && inputs.build-profile == 'cli' }}
772772
run: |
773-
mkdir -p vendor
774-
if [ -f "Gemfile.lock" ]; then
775-
bundle install --deployment
776-
else
777-
echo "No .gemlock file found, creating it now"
778-
bundle install --path vendor/bundle --deployment
779-
fi
780-
bundle exec rake build
773+
echo "Ruby bundle here"
774+
# mkdir -p vendor
775+
# if [ -f "Gemfile.lock" ]; then
776+
# bundle install --deployment
777+
# else
778+
# echo "No .gemlock file found, creating it now"
779+
# bundle install --path vendor/bundle --deployment
780+
# fi
781+
# bundle exec rake build
781782
782783
# - name: Configure git for private modules
783784
# env:

0 commit comments

Comments
 (0)