fanforce-app-factory 2.0.0.rc20 → 2.0.0.rc21
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d91476d955e15f7f3ce5267364460fe312e2a282
|
4
|
+
data.tar.gz: 0a5ddb75aa84cf2d95c73c640d165c1de76fed96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7170c6871ca7608e27e35209705b7b7fcd79bc970ce09a8fcf02054a6199f893f8e61e2a8b7ec6fe88c435977faf8b22f87772ef862e1091e926a28ed90c82da
|
7
|
+
data.tar.gz: 35647348ff84b24e1892a6f0becad2f0cf16b95929064607f4d9be0c21e6629117eaa2edfa12d81d6634d316e2fb71882b7bf7c831150fab819c8a472a6603b7
|
@@ -59,6 +59,8 @@ class Fanforce::AppFactory::CLI::Bitbucket
|
|
59
59
|
if upstream_error.include?('fatal')
|
60
60
|
console_command('git branch -u bitbucket/master')
|
61
61
|
log "#{'Connected '.format(:green,:bold)}" + 'upstream to bitbucket/master'
|
62
|
+
else
|
63
|
+
log "#{'Found '.format(:green,:bold)}" + 'upstream connected to bitbucket/master'
|
62
64
|
end
|
63
65
|
|
64
66
|
log "#{'Pushing '.format(:green,:bold)}" + "latest commit to #{config[:bitbucket][:user]}..."
|