azure-pipelines.yaml in SaudeiD-0.2.8 vs azure-pipelines.yaml in SaudeiD-0.2.9
- old
+ new
@@ -25,9 +25,8 @@
bundle install --retry=3 --jobs=4
displayName: 'Installing Bundler and Gems'
- script: |
gem build SaudeiD.gemspec
- GEM_VERSION=$(gem build SaudeiD.gemspec | grep -P 'File: \K.+' -o)
- env
+ GEM_VERSION=$(gem build SaudeiD.gemspec | grep -P 'File: \K.+' -o)
gem push $GEM_VERSION -k $(GEM_HOST_API_KEY)
displayName: Build Gem and Publish Gem
\ No newline at end of file