takeltau 0.46.1 → 0.46.5
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 +4 -4
- data/lib/takeltau/ship/project/start.rb +2 -3
- data/lib/takeltau/version +1 -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: 2fa413fce38decec349a0a54d57c156761d0f0c4ac7d11ec1720473bcca29185
|
4
|
+
data.tar.gz: 5384d0bb2fb3170a7d97690d74336e5cc12844c2c6495e59a77d057e2427b16f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 679be9d7716ec65b590cc9898a14e10192ecf47e7586edc5b5ff5610196ad86933187686f59d02d51cdaee3c78fa66b8d06c00c9de92773d79748967b9c30e29
|
7
|
+
data.tar.gz: a76c4d7283a1ac1d6162c0e955c9c3ce48d91c014c3e6e2a108c443e6affc9407368b02d44f8896989a9b0f544c4458995cc6a79e0582d57fb28f015e48cf27f
|
@@ -22,9 +22,8 @@ module ShipProjectStart
|
|
22
22
|
_ship_ports_lib_write_ports(ports, project)
|
23
23
|
|
24
24
|
log.debug "Starting takelship project \"#{project}\""
|
25
|
-
args = ''
|
26
|
-
|
27
|
-
ship_status = _ship_container_lib_docker_privileged ports, project, args
|
25
|
+
args = project == 'teamcity' ? '--volume /opt/buildagent:/opt/buildagent' : ''
|
26
|
+
ship_status = _ship_container_lib_docker_privileged ports, project, args: args
|
28
27
|
return false unless _ship_container_lib_started?(ship_status, mute)
|
29
28
|
|
30
29
|
_ship_project_start_print_banner project
|
data/lib/takeltau/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.46.
|
1
|
+
0.46.5
|