diff --git a/.gitlab-ci/build.yml b/.gitlab-ci/build.yml index b639291b..315bad2f 100644 --- a/.gitlab-ci/build.yml +++ b/.gitlab-ci/build.yml @@ -1,6 +1,8 @@ # Build the Flatpak -include: 'https://gitlab.gnome.org/GNOME/citemplates/-/raw/master/flatpak/flatpak_ci_initiative.yml' +include: + - project: "GNOME/citemplates" + file: "flatpak/flatpak_ci_initiative.yml" variables: RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo" @@ -44,7 +46,7 @@ build@aarch64: - sed -i "s|master|${GNOME_STABLE_VERSION}|g" ${MANIFEST_PATH} # We want to use the latest LLVM extension for the stable runtime. - sed -i "s|llvm${LLVM_NIGHTLY_VERSION}|llvm${LLVM_STABLE_VERSION}|g" ${MANIFEST_PATH} - + build-stable@x86_64: extends: diff --git a/.gitlab-ci/publish_nightly.yml b/.gitlab-ci/publish_nightly.yml index 5d0ea5c2..cda98aee 100644 --- a/.gitlab-ci/publish_nightly.yml +++ b/.gitlab-ci/publish_nightly.yml @@ -1,6 +1,8 @@ # Publish the nightly (Devel) version -include: 'https://gitlab.gnome.org/GNOME/citemplates/-/raw/master/flatpak/flatpak_ci_initiative.yml' +include: + - project: "GNOME/citemplates" + file: "flatpak/flatpak_ci_initiative.yml" publish_nightly@x86_64: extends: .publish_nightly