fix: install frappe/payments for v14 and develop (#867)
* fix: install frappe/payments for v14 and develop * fix: test installs payments as per version * fix: copy all apps for erpnext images * fix: test installs payments on version-14 * fix: get_latest_tags script * fix: docker build condition for v14
This commit is contained in:
committed by
GitHub
parent
5c74ff9407
commit
6fa946a630
2
.github/scripts/get_latest_tags.py
vendored
2
.github/scripts/get_latest_tags.py
vendored
@@ -19,6 +19,8 @@ def get_latest_tag(repo: Repo, version: MajorVersion) -> str:
|
||||
refs = subprocess.check_output(
|
||||
(
|
||||
"git",
|
||||
"-c",
|
||||
"versionsort.suffix=-",
|
||||
"ls-remote",
|
||||
"--refs",
|
||||
"--tags",
|
||||
|
||||
Reference in New Issue
Block a user