[Git][java-team/pkg-java-blog][master] Added stage and before_script to the Gitlab CI configuration
    Emmanuel Bourg 
    gitlab at salsa.debian.org
       
    Thu May  3 16:10:09 BST 2018
    
    
  
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / pkg-java-blog
Commits:
5beb2ae5 by Emmanuel Bourg at 2018-05-03T17:09:23+02:00
Added stage and before_script to the Gitlab CI configuration
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,12 @@
 image: debian:9
 
+before_script:
+- apt-get update -qq
+- apt-get install -qq make pelican
+
 pages:
+  stage: deploy
   script:
-  - apt-get update -qq && apt-get install -qq make pelican
   - make html
   artifacts:
     paths:
View it on GitLab: https://salsa.debian.org/java-team/pkg-java-blog/commit/5beb2ae590aff5287aa91e78bd8007699a913afc
---
View it on GitLab: https://salsa.debian.org/java-team/pkg-java-blog/commit/5beb2ae590aff5287aa91e78bd8007699a913afc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180503/1484fdd0/attachment.html>
    
    
More information about the pkg-java-commits
mailing list