mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update deb_packages ansible playbook
Replaced the 'nightly' distribution configuration with 'master'. This change may trigger an unused database error. Resolve it by either running `reprepro clearvanished` (removing 'nightly' completely) or re-adding and maintaining the 'nightly' configuration alongside 'master'.
This commit is contained in:
committed by
Dan Christian Bogos
parent
d396da9214
commit
d003b8c2ae
@@ -1,7 +1,7 @@
|
||||
|
||||
GIT_TAG_LOG=$(shell git tag -l --points-at HEAD)
|
||||
|
||||
DISTRIBUTION ?= nightly
|
||||
DISTRIBUTION ?= master
|
||||
|
||||
ifneq ($(GIT_TAG_LOG),)
|
||||
DISTRIBUTION := stable
|
||||
|
||||
Reference in New Issue
Block a user