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:
|
netlab:
|
||||||
stage: netlab_prep
|
stage: netlab_prep
|
||||||
|
tags:
|
||||||
|
- birdlab
|
||||||
script:
|
script:
|
||||||
- echo "Prep-phase"
|
- echo "Prep-phase"
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
stage: runtest
|
stage: runtest
|
||||||
|
tags:
|
||||||
|
- birdlab
|
||||||
script:
|
script:
|
||||||
- echo "Install"
|
- echo "Install"
|
||||||
- ls -l
|
- ls -l
|
||||||
@ -318,5 +322,7 @@ tests:
|
|||||||
|
|
||||||
cleaning:
|
cleaning:
|
||||||
stage: cleanup
|
stage: cleanup
|
||||||
|
tags:
|
||||||
|
- birdlab
|
||||||
script:
|
script:
|
||||||
- echo "Cleaning phase"
|
- echo "Cleaning phase"
|
||||||
|
Loading…
Reference in New Issue
Block a user