mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 01:29:42 +03:00
Always rebase on master before running a job (#4616)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
fc072300ea
commit
38a3075025
@@ -29,6 +29,7 @@ variables:
|
||||
LOG_LEVEL: "-vv"
|
||||
|
||||
before_script:
|
||||
- ./tests/scripts/rebase.sh
|
||||
- /usr/bin/python -m pip install -r tests/requirements.txt
|
||||
- mkdir -p /.ssh
|
||||
|
||||
@@ -42,6 +43,7 @@ before_script:
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
- ./tests/scripts/rebase.sh
|
||||
- ./tests/scripts/testcases_prepare.sh
|
||||
script:
|
||||
- ./tests/scripts/testcases_run.sh
|
||||
|
||||
Reference in New Issue
Block a user