* .gitlab-ci.yml (raspbian): Add /wip/ exception.
This commit is contained in:
parent
cc12d514be
commit
192ca91087
1 changed files with 2 additions and 0 deletions
|
|
@ -289,6 +289,8 @@ raspbian:
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- branches
|
- branches
|
||||||
|
except:
|
||||||
|
- /wip/
|
||||||
tags:
|
tags:
|
||||||
- armv7
|
- armv7
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue