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:
parent
b03bf85e76
commit
62081f636f
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user