From a6b58d8d6eb89349064fce0e2ae2ea87a3bd30ef Mon Sep 17 00:00:00 2001 From: Robert Wild Date: Thu, 20 Jun 2024 12:03:31 +0100 Subject: [PATCH] clearing duplicate line --- devops/cf/push.local.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/devops/cf/push.local.sh b/devops/cf/push.local.sh index f15a00e7a..6c12c0b87 100755 --- a/devops/cf/push.local.sh +++ b/devops/cf/push.local.sh @@ -278,7 +278,6 @@ printf "Archiving the seed database in $BUILD_DIR/$DB_DIR...\n" mkdir -p "$BUILD_DIR/$DB_DIR" if [[ -f $DB_IMPORT ]]; then printf "Preparing DB Import: $BUILD_DIR/$DB_DIR/$DB_NAME.sql \n" - cp "$DB_IMPORT" "$BUILD_DIR/$DB_DIR/$DB_NAME.sql" tar -zcvf "$BUILD_DIR/$DB_DIR/$DB_NAME-latest.tar.gz" -C $BUILD_DIR/$DB_DIR "$DB_NAME.sql" fi