Server IP : 66.29.132.124 / Your IP : 18.222.184.207 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/ruby26/lib64/ruby/gems/2.6.0/gems/rake-12.3.3/ |
Upload File : |
jobs: - job: macOS pool: vmImage: 'macos-10.13' steps: - script: | gem install bundler bundle install --retry=3 --jobs=4 displayName: 'bundle install' - script: ruby -Ilib exe/rake displayName: 'ruby -Ilib exe/rake'