diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-05-04 12:16:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 12:16:23 -0400 |
commit | ab77a24f18ae45248bd6c71778fe3bfacacf864f (patch) | |
tree | 19cfe3c283d8eb01039a275d25b55758925553cf /Makefile | |
parent | 21465a2ce361eeb2bff171a0b962dac771ab18d9 (diff) | |
download | gitea-ab77a24f18ae45248bd6c71778fe3bfacacf864f.tar.gz gitea-ab77a24f18ae45248bd6c71778fe3bfacacf864f.zip |
update branch in CI and docs (#15631)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ else ifneq ($(DRONE_BRANCH),) VERSION ?= $(subst release/v,,$(DRONE_BRANCH)) else - VERSION ?= master + VERSION ?= main endif STORED_VERSION=$(shell cat $(STORED_VERSION_FILE) 2>/dev/null) |