Skip to content

Commit

Permalink
clearing duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
robwild-affinitydigital committed Jun 20, 2024
1 parent dfbd065 commit a6b58d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devops/cf/push.local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6b58d8

Please sign in to comment.