smartcloud 0.0.111 → 0.0.112
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/smartcloud/grids/runner.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6531858b80af8af4df65268e052d2a733f3fc2cc817e0c528108e1cafc8b6cf
|
4
|
+
data.tar.gz: 0ee690bd1a29c3992f57c6f68e7748b9903b8dda92f78cc19d2ffbb4229b9b19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c09c93fb60dc6f5ff17685f9124b696fa6fd51bbcb7807e0a2feed955fae33ea53b69cb4856f092461a99eb6acea63881f6d98a4d4e5dc7a2b0b4592d53f9826
|
7
|
+
data.tar.gz: 20dd16c06a54ceeb6b5c9d5244de6fc2d3e8c5c119f2155f8d84e285cd6ba3c8b84f6fddf2adf44ebc6201f2e1b918a82dfdf3e0a3d26b29426f604a69dfc3cf
|
@@ -25,7 +25,6 @@ module Smartcloud
|
|
25
25
|
--env LETSENCRYPT_TEST=#{Smartcloud.config.letsencrypt_test} \
|
26
26
|
--env GIT_PROJECT_ROOT=#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner/apps/repositories \
|
27
27
|
--env GIT_HTTP_EXPORT_ALL="" \
|
28
|
-
--env NO_BUFFERING="" \
|
29
28
|
--expose='9000' \
|
30
29
|
--volume='#{Smartcloud.config.user_home_path}/.smartcloud/config:#{Smartcloud.config.user_home_path}/.smartcloud/config' \
|
31
30
|
--volume='#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner:#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner' \
|