[neon/infrastructure/pangea-gemstash] /: fix formatting

Carlos De Maine null at kde.org
Tue May 30 02:08:20 BST 2023


Git commit 9386d303d8bd3c604b7702c4bf720d573a270394 by Carlos De Maine.
Committed on 30/05/2023 at 01:08.
Pushed by carlosdem into branch 'master'.

fix formatting

M  +1    -2    build_gem.rb

https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/9386d303d8bd3c604b7702c4bf720d573a270394

diff --git a/build_gem.rb b/build_gem.rb
index fb5c138..88fc0ef 100644
--- a/build_gem.rb
+++ b/build_gem.rb
@@ -107,5 +107,4 @@ end
 
 # .gem/credentials has our neon_key used here.
 # install to the private directory as these are private gems for tooling only
-system('gem', 'push', gem_file, '--key' 'neon_key'
-       '--host', 'https://gem.cache.pangea.pub/private') || raise
+system('gem', 'push', gem_file, '--key' 'neon_key' '--host', 'https://gem.cache.pangea.pub/private') || raise


More information about the Neon-commits mailing list