diff options
Diffstat (limited to 'acid/cyche-build')
-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 310a087..5920a9e 100755 --- a/acid/cyche-build +++ b/acid/cyche-build @@ -43,6 +43,7 @@ docker compose $next --file "$2" up \ --remove-orphans \ --force-recreate +echo "$2" >.git/previous_file echo "$3" >.git/previous_hash if [ "$4" == "--self" ]; then |