mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-30 07:22:26 +00:00
Split Test and Build in Different Stages
This commit is contained in:
committed by
GitHub
parent
4f19101a65
commit
ac09ce8d32
@@ -15,6 +15,9 @@ install:
|
||||
- mkdir -p $HOME/gopath/src/k8s.io
|
||||
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/node-problem-detector
|
||||
- cd $HOME/gopath/src/k8s.io/node-problem-detector
|
||||
script:
|
||||
- make test
|
||||
- make
|
||||
jobs:
|
||||
include:
|
||||
- stage: Test
|
||||
script: make test
|
||||
- stage: Build
|
||||
script: make
|
||||
|
||||
Reference in New Issue
Block a user