From 4c699d96ca794182c83567fd803f4da43bcbbb8b Mon Sep 17 00:00:00 2001 From: probal31 <224379-probal31@users.noreply.www.opencode.net> Date: Wed, 26 Mar 2025 07:37:35 +0000 Subject: [PATCH] Build deb from source tarball instead of repo --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a35e97..5bc5f91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,6 @@ include: - https://www.opencode.net/zynthbox/gitlab-ci-tools/raw/main/zynthbox-default-ci.yml variables: - SOURCE_REPO_URL: 'https://github.com/devcurmudgeon/alo.git' - SOURCE_REPO_BRANCH: '' - SOURCE_REPO_COMMIT_HASH: '' + SOURCE_ARCHIVE: "https://github.com/zynthbox/zynthbox-dependencies/releases/download/RC-5/alo-0.9.tar.gz" BUILDING_ZYNTHBOX_DEPENDENCY: 1 + -- GitLab