mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
tweak
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
d5bd8f2de1
commit
ca23fc9dc3
@ -1,7 +1,16 @@
|
|||||||
variables:
|
variables:
|
||||||
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
|
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
|
||||||
node_version: 12.x
|
node_version: 12.x
|
||||||
pr: none
|
pr:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- releases/*
|
||||||
|
paths:
|
||||||
|
exclude:
|
||||||
|
- .github/*
|
||||||
|
- docs/*
|
||||||
|
- mkdocs/*
|
||||||
trigger: none
|
trigger: none
|
||||||
jobs:
|
jobs:
|
||||||
- job: Linux
|
- job: Linux
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user