1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

update branch in CI and docs (#15631)

This commit is contained in:
techknowlogick
2021-05-04 12:16:23 -04:00
committed by GitHub
parent 21465a2ce3
commit ab77a24f18
10 changed files with 43 additions and 43 deletions

View File

@@ -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)