mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-03 02:00:36 +00:00
Merge pull request #132 from asifdxtreme/patch-1
Split Test and Build in Different Stages
This commit is contained in:
@@ -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