Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit a3fba0b

Browse files
author
Julien Neuhart
committed
using docker-sync clean instead of docker-sync stop
1 parent 215cf5b commit a3fba0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/.orbit/orbit-down.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ commands:
2424
- use: "toolbox-down"
2525
run:
2626
{{- if eq "true" .EnvFiles.Kickoff.ENABLE_DOCKER_SYNC }}
27-
- docker-sync stop -c=docker-sync.yml
27+
- docker-sync clean -c=docker-sync.yml
2828
{{- end }}
2929
- docker-compose -p {{ .EnvFiles.Kickoff.ENV }}{{ .Values.Kickoff.project.name }} -f .docker/docker-compose-toolbox.yml down
3030

0 commit comments

Comments
 (0)