summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xacid/cyche-build1
-rwxr-xr-xacid/cyche-source1
2 files changed, 0 insertions, 2 deletions
diff --git a/acid/cyche-build b/acid/cyche-build
index 5920a9e..310a087 100755
--- a/acid/cyche-build
+++ b/acid/cyche-build
@@ -43,7 +43,6 @@ docker compose $next --file "$2" up \
--remove-orphans \
--force-recreate
-echo "$2" >.git/previous_file
echo "$3" >.git/previous_hash
if [ "$4" == "--self" ]; then
diff --git a/acid/cyche-source b/acid/cyche-source
index 09cfa72..ee4caca 100755
--- a/acid/cyche-source
+++ b/acid/cyche-source
@@ -29,7 +29,6 @@ if ! [ -d "$1" ]; then
git clone "$2" "$1" >&2 || exit 2
touch "$1/.git/previous_hash"
touch "$1/.git/previous_slug"
- touch "$1/.git/previous_file"
fi
cd "$1"