mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-08 18:11:54 +00:00
bird: netlab installation stage now has two different jobs (cloning + preparing)
This commit is contained in:
parent
b03bf85e76
commit
62081f636f
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user