takeltau 0.43.4 → 0.43.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1effdb4d73aed5fa0951640c5fa19b918982cba11e0b6a5b5460dd77ab5e7aba
|
4
|
+
data.tar.gz: b304a9a5c2cbc8d039d3702da6ae6dc6ad5b6949adc82f3082819b476fc99975
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1754ef934d158c1d6e803f3585729ba0e02ca156f26328d8a8e9cdbd66cd63269c2be924f6f3ced93512d1a609aafdd8f197ecafd190318c6b240e786ff60c92
|
7
|
+
data.tar.gz: f9a87e07f7879077f2c29505c1a1e6e20f7be8f0d1df0360cb6bfeb39af7fc6241be7cf9f8356b989422ee9b3749f34fc0d76b7533004596b8afa6cda74eeba6
|
@@ -4,10 +4,12 @@
|
|
4
4
|
module ShipProjectStart
|
5
5
|
# Start a takelship
|
6
6
|
def ship_project_start(project)
|
7
|
-
return false
|
7
|
+
return false unless docker_check_daemon
|
8
8
|
|
9
9
|
return false if _docker_container_lib_check_matrjoschka
|
10
10
|
|
11
|
+
return false if ship_container_check_existing
|
12
|
+
|
11
13
|
takelship = _ship_info_lib_get_takelshipinfo
|
12
14
|
project = config.active['ship_default_project'] if project == 'default'
|
13
15
|
project = takelship['default_project'] if project == 'default'
|
data/lib/takeltau/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.43.
|
1
|
+
0.43.6
|