0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-24 09:51:54 +00:00

bird: netlab installation stage now has two different jobs (cloning + preparing)

This commit is contained in:
Matous Holinka 2019-11-06 09:10:59 +01:00
parent b03bf85e76
commit 62081f636f

View File

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