conan_deploy 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,6 +27,7 @@ class Stackato
27
27
  def self.static_login(options)
28
28
  org = options[:'deploy-shipcloud'].split('-')[0]
29
29
  infra = options[:'deploy-shipcloud'].split('-')[1]
30
+ puts "logging in at https://api.paas.#{infra}.#{org}.mtnsatcloud.com"
30
31
  `stackato --target https://api.paas.#{infra}.#{org}.mtnsatcloud.com --token-file #{@@paas_token_file}`
31
32
  `stackato login --user #{options[:'paas-user']} --password #{options[:'paas-password']} --token-file #{@@paas_token_file}`
32
33
  end
data/lib/conan/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Conan
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conan_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: