diff options
-rwxr-xr-x | acid/cyche-build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acid/cyche-build b/acid/cyche-build index 4239340..f37c22b 100755 --- a/acid/cyche-build +++ b/acid/cyche-build @@ -46,5 +46,6 @@ echo "$2" >.git/previous_hash if [ "$3" == "--self" ]; then echo "$slug" >.git/previous_slug + docker compose down docker compose $prev down fi |