We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8789cb commit f931abbCopy full SHA for f931abb
1 file changed
.github/workflows/ci-main-pull-request.yml
@@ -770,14 +770,15 @@ jobs:
770
- name: 'Ruby build'
771
if: ${{ inputs.language == 'ruby' && inputs.build-profile == 'cli' }}
772
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
+ echo "Ruby bundle here"
+ # mkdir -p vendor
+ # if [ -f "Gemfile.lock" ]; then
+ # bundle install --deployment
+ # else
+ # echo "No .gemlock file found, creating it now"
+ # bundle install --path vendor/bundle --deployment
+ # fi
781
+ # bundle exec rake build
782
783
# - name: Configure git for private modules
784
# env:
0 commit comments