]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
bird: netlab installation stage now has two different jobs (cloning + preparing)
authorMatous Holinka <matous.holinka@nic.cz>
Wed, 6 Nov 2019 08:10:59 +0000 (09:10 +0100)
committerMatous Holinka <matous.holinka@nic.cz>
Wed, 6 Nov 2019 08:10:59 +0000 (09:10 +0100)
.gitlab-ci.yml

index 0aa3e6d07ec262d3a13a40bf52d52e9d2e5311fa..92881c6260c85e933dda63cb8e115ea094f3eca4 100644 (file)
@@ -8,7 +8,8 @@ variables:
 stages:
 #   - image
   - build
-  - netlab_prep
+  - get_nl
+  - nl_prep
 
 # .docker: &docker_build
 #   stage: image
@@ -299,15 +300,20 @@ build-birdlab:
   - birdlab
   - amd64
 
-
-netlab:
-  stage: netlab_prep
+cloning_netlab:
+  stage: get_nl
   tags:
     - birdlab
   script:
-    - echo "Prep-phase"
+    - echo 'Cloning Netlab from repository'
     - pwd
     - cd ../
-    - pwd
+    - git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
     - ls -l
-    - echo 'Cloning the repository'
+
+preparing_netlab:
+  stage: nl_prep
+  tags:
+    - birdlab
+  script:
+    - echo 'Preparing netlab'