From 673c559a44b24e90ccc3bb40430645cafb073379 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 21 Feb 2024 11:29:13 +0700 Subject: [PATCH] Fix small CI warning --- sources/patches/main-01-remove-version.patch | 12 ++++++++++++ .../{main-01-mail.patch => main-02-mail.patch} | 0 2 files changed, 12 insertions(+) create mode 100644 sources/patches/main-01-remove-version.patch rename sources/patches/{main-01-mail.patch => main-02-mail.patch} (100%) diff --git a/sources/patches/main-01-remove-version.patch b/sources/patches/main-01-remove-version.patch new file mode 100644 index 0000000..097361d --- /dev/null +++ b/sources/patches/main-01-remove-version.patch @@ -0,0 +1,12 @@ +diff --git a/www_data/api/version.json b/www_data/api/version.json +deleted file mode 100644 +index 3b8a410..0000000 +--- a/www_data/api/version.json ++++ /dev/null +@@ -1,6 +0,0 @@ +-{ +- "app": "moncycle.app", +- "version": "dev", +- "build": "YYYY-MM-DD", +- "commit": "xxxxxxxx" +-} \ No newline at end of file diff --git a/sources/patches/main-01-mail.patch b/sources/patches/main-02-mail.patch similarity index 100% rename from sources/patches/main-01-mail.patch rename to sources/patches/main-02-mail.patch