From e55cfe3d187105a33a30aade6c9950b32bf6f65f Mon Sep 17 00:00:00 2001 From: probal31 <probal31@gmail.com> Date: Fri, 7 Jul 2023 07:38:45 +0000 Subject: [PATCH] Add source repo url to ci config --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a2900c..463aeda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,3 +8,6 @@ variables: # Must be in the format of X.Y.Z, i.e. should match /\A\d+\.\d+\.\d+\z/ regular expresion. # See https://docs.gitlab.com/ee/user/packages/generic_packages/#publish-a-package-file ARCH: 'armhf' + SOURCE_REPO_URL: 'https://github.com/zynthbox/zynthbox-plasma-theme' + SOURCE_REPO_BRANCH: '' + SOURCE_REPO_COMMIT_HASH: '' -- GitLab