Fix JDK variants jobs inputs

The git repository input was missing.

See gh-22490
This commit is contained in:
Brian Clozel 2020-04-29 10:54:09 +02:00
parent a20e561897
commit 749a4ac34a
1 changed files with 3 additions and 0 deletions

View File

@ -211,6 +211,7 @@ jobs:
public: true
plan:
- get: spring-framework-jdk11-ci-image
- get: git-repo
- get: every-morning
trigger: true
- put: repo-status-jdk11-build
@ -247,6 +248,7 @@ jobs:
public: true
plan:
- get: spring-framework-jdk14-ci-image
- get: git-repo
- get: every-morning
trigger: true
- put: repo-status-jdk14-build
@ -283,6 +285,7 @@ jobs:
public: true
plan:
- get: spring-framework-jdk15-ci-image
- get: git-repo
- get: every-morning
trigger: true
- put: repo-status-jdk15-build