[gjs] CI: Reinstate "NAME" variable



commit aa71a624e757697ddb6e11da07ae5f1b5303e778
Author: Philip Chimento <philip endlessm com>
Date:   Fri Sep 20 16:23:58 2019 -0700

    CI: Reinstate "NAME" variable
    
    Accidentally removed in a rebase, but still needed.
    
    Unreviewed, pushing to fix Docker images build.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5362bca..975239cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -424,6 +424,7 @@ fedora.mozjs60:
     # https://about.gitlab.com/2019/07/31/docker-in-docker-with-docker-19-dot-03
     DOCKER_TLS_CERTDIR: ""
     IMAGE: "fedora:rawhide"
+    NAME: "fedora.mozjs60"
   except:
     variables:
       - $CI_COMMIT_MESSAGE =~ /\[skip images\]/ && $CI_COMMIT_MESSAGE =~ /fedora.mozjs60/
@@ -436,6 +437,7 @@ fedora.mozjs60-debug:
     # https://about.gitlab.com/2019/07/31/docker-in-docker-with-docker-19-dot-03
     DOCKER_TLS_CERTDIR: ""
     IMAGE: "fedora:rawhide"
+    NAME: "fedora.mozjs60-debug"
   except:
     variables:
       - $CI_COMMIT_MESSAGE =~ /\[skip images\]/ && $CI_COMMIT_MESSAGE =~ /fedora.mozjs60-debug/


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