clc-promote 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/promote/rake_tasks.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 290e5ca5541a9a0d6ced4cb0f989cd2b5a4aed6e
|
4
|
+
data.tar.gz: 952dc7f9a1cb50aab255aae8220af84cac3eaed2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e7d0caf1683438fd382cc9dee8d0a4db2e5926acefdadb48884d227c838cec65801a5c787ef368b78f2df203f2e17bdba26e0c921a25df0ad7db3bba9598a5f
|
7
|
+
data.tar.gz: ff690c7b57bc16b1a135ec6c27b999762a83a2ecb484a2f40c459b2fdafb6febff0b32d3bef1944c3f234336220940c391780f407cd17bf5ab94bdb43efbd99c
|
data/lib/promote/rake_tasks.rb
CHANGED
@@ -86,7 +86,7 @@ module Promote
|
|
86
86
|
desc "Promote one environment from another"
|
87
87
|
task "promote_environment", :source_environment, :destination_environment do |task, args|
|
88
88
|
puts "Promoting constraints in #{args.source_environment} to #{args.destination_environment}"
|
89
|
-
deps = @promoter.
|
89
|
+
deps = @promoter.promote_to(args.source_environment, args.destination_environment)
|
90
90
|
end
|
91
91
|
end
|
92
92
|
end
|