backports/cura: add missing backports #361

Merged
ayakael merged 11 commits from cura/depends into edge 2024-01-19 15:01:28 +00:00
Showing only changes of commit c271508b7f - Show all commits

View file

@ -8,7 +8,7 @@ set -eu -o pipefail
readonly APORTSDIR=$CI_PROJECT_DIR
readonly REPOS="cross backports user testing community"
readonly ALPINE_REPOS="main community testing"
readonly ALPINE_REPOS="main community"
readonly ARCH=$(apk --print-arch)
# gitlab variables
readonly BASEBRANCH=$CI_MERGE_REQUEST_TARGET_BRANCH_NAME