[totem/wip/hadess/fix-flatpak: 1/3] ci: Move variables to the top of the file
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/fix-flatpak: 1/3] ci: Move variables to the top of the file
- Date: Fri, 31 Jul 2020 10:08:47 +0000 (UTC)
commit f355b0e91b5880ebb8e644f8aa607f143c781158
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jul 31 12:06:12 2020 +0200
ci: Move variables to the top of the file
.gitlab-ci.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db778929b..bec0372ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,11 @@ stages:
- test
- deploy
+variables:
+ # Replace with your preferred file name of the resulting Flatpak bundle
+ BUNDLE: "org.gnome.Totem.Devel.flatpak"
+ GIT_SUBMODULE_STRATEGY: normal
+
build-fedora:
image: fedora:latest
stage: test
@@ -14,11 +19,6 @@ build-fedora:
- G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test
- ninja -C _build install
-variables:
- # Replace with your preferred file name of the resulting Flatpak bundle
- BUNDLE: "org.gnome.Totem.Devel.flatpak"
- GIT_SUBMODULE_STRATEGY: normal
-
flatpak:master:
extends: .flatpak
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]