[gjs: 1/2] CI: use the 'deploy' stage name



commit fc95210f5abb1db88f8fec9cf2bea7b64236e270
Author: Claudio André <claudioandre br gmail com>
Date:   Sat Jul 14 16:13:59 2018 -0300

    CI: use the 'deploy' stage name
    
    It is what GitLab uses.

 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0306d54..ca30df3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
 - test
 - thorough_tests
 - manual
-- delivery
+- deploy
 
 .CI_header: &CI_header  'echo;
        echo "*********************************************";
@@ -199,7 +199,7 @@ coverage-automatic:
 # Publishes
 # The reports (coverage and code statistics)
 pages:
-  stage: delivery
+  stage: deploy
   dependencies:
     - coverage-automatic
     - code_statistics
@@ -375,7 +375,7 @@ valgrind:
 packaging:
   <<: *build
   <<: *package
-  stage: delivery
+  stage: deploy
   image: registry.gitlab.gnome.org/gnome/gnome-nightly-oci/nightly:master
   variables:
     TASK_ID: "packaging"
@@ -672,7 +672,7 @@ ppc64le:
 #############################################
 .Docker image template: &create_docker_image
   image: docker:latest
-  stage: delivery
+  stage: deploy
   services:
     - docker:dind
   only:


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