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:
Revant Nandgaonkar
2022-08-02 06:01:13 +05:30
committed by GitHub
parent 5c74ff9407
commit 6fa946a630
4 changed files with 24 additions and 6 deletions

View File

@@ -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",