[glib-networking/mcatanzaro/ci] Rename



commit 01abb2824d3daf311e1f12066dbd4f0b162243b8
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Aug 9 11:32:53 2018 -0500

    Rename

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6af0c5f..9817861 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,14 +1,14 @@
 image: fedora:28
 
 variables:
-  DEPENDENCIES: gsettings-desktop-schemas gcc
+  ADDITIONAL_DEPENDENCIES: gsettings-desktop-schemas gcc
 
 build_stable:
   before_script:
     - dnf update -y --nogpgcheck
     - dnf install -y 'dnf-command(builddep)'
     - dnf builddep -y --nogpgcheck glib-networking
-    - dnf install -y --nogpgcheck $DEPENDENCIES
+    - dnf install -y --nogpgcheck $ADDITIONAL_DEPENDENCIES
   script:
     - mkdir build
     - cd build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]