Skip to content

Commit

Permalink
Fix JDK variants jobs inputs
Browse files Browse the repository at this point in the history
The git repository input was missing.

See gh-22490
  • Loading branch information
bclozel committed Apr 29, 2020
1 parent a20e561 commit 749a4ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 749a4ac

Please sign in to comment.