Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-09-06 16:54:47 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-09-06 16:54:47 +0300
commit790721500bef8d6b508ac8f67c6fd5566ccc36f4 (patch)
tree8b818eecd4ae592342e21f614c4266b2b06c7141
parent33ffea4517f8766a88a8c7b83b9ee02cf3370670 (diff)
cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 472c5b7..92eb751 100644
--- a/Makefile
+++ b/Makefile
@@ -30,10 +30,6 @@ github-upload:
--name "$(app_name)-$(version).tar.gz" \
--file $(build_dir)/$(app_name)-$(version).tar.gz
-create-tag:
- git tag -s -a v$(version) -m "Tagging the $(version) release."
- git push origin v$(version)
-
clean:
rm -rf $(build_dir)
rm -rf node_modules