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

Commit 0ef87c7

Browse files
author
Julien Neuhart
committed
stopping Toolbox container before running docker-sync clean
1 parent a3fba0b commit 0ef87c7

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
@@ -23,10 +23,10 @@ commands:
2323

2424
- use: "toolbox-down"
2525
run:
26+
- docker-compose -p {{ .EnvFiles.Kickoff.ENV }}{{ .Values.Kickoff.project.name }} -f .docker/docker-compose-toolbox.yml down
2627
{{- if eq "true" .EnvFiles.Kickoff.ENABLE_DOCKER_SYNC }}
2728
- docker-sync clean -c=docker-sync.yml
2829
{{- end }}
29-
- docker-compose -p {{ .EnvFiles.Kickoff.ENV }}{{ .Values.Kickoff.project.name }} -f .docker/docker-compose-toolbox.yml down
3030

3131
# |--------------------------------------------------------------------------
3232
# | orbit run proxy-down

0 commit comments

Comments
 (0)