mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-23 02:01:55 +00:00
bird: .yml file was updated with specific runner
This commit is contained in:
parent
19e8a4fd5f
commit
8160a1a249
@ -305,11 +305,15 @@ build-birdlab:
|
||||
|
||||
netlab:
|
||||
stage: netlab_prep
|
||||
tags:
|
||||
- birdlab
|
||||
script:
|
||||
- echo "Prep-phase"
|
||||
|
||||
tests:
|
||||
stage: runtest
|
||||
tags:
|
||||
- birdlab
|
||||
script:
|
||||
- echo "Install"
|
||||
- ls -l
|
||||
@ -318,5 +322,7 @@ tests:
|
||||
|
||||
cleaning:
|
||||
stage: cleanup
|
||||
tags:
|
||||
- birdlab
|
||||
script:
|
||||
- echo "Cleaning phase"
|
||||
|
Loading…
Reference in New Issue
Block a user