Skip to content

Commit

Permalink
fix: Add repository: nexus to BDD tests requirements
Browse files Browse the repository at this point in the history
Won't pass otherwise. We'll remove this once
jenkins-x/jx#6013 has gotten through the
version stream and the explicit specification of `repository` isn't
needed any more.

Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
  • Loading branch information
abayer committed Nov 2, 2019
1 parent 48ded11 commit 46a35b0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions jx/bdd/boot-lh-ghe/jx-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ingress:
enabled: false
production: false
kaniko: true
repository: nexus
secretStorage: local
storage:
logs:
Expand Down
1 change: 1 addition & 0 deletions jx/bdd/boot-lh/jx-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ingress:
enabled: false
production: false
kaniko: true
repository: nexus
secretStorage: local
storage:
logs:
Expand Down
1 change: 1 addition & 0 deletions jx/bdd/boot-local/jx-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ingress:
enabled: false
production: false
kaniko: true
repository: nexus
secretStorage: local
storage:
logs:
Expand Down
3 changes: 2 additions & 1 deletion jx/bdd/boot-vault-tls/jx-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ingress:
enabled: true
production: true
kaniko: true
repository: nexus
secretStorage: vault
storage:
logs:
Expand All @@ -43,4 +44,4 @@ vault:
versionStream:
ref: "master"
url: https://github.com/jenkins-x/jenkins-x-versions.git
webhook: prow
webhook: prow
1 change: 1 addition & 0 deletions jx/bdd/boot-vault/jx-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ingress:
enabled: false
production: false
kaniko: true
repository: nexus
secretStorage: vault
storage:
logs:
Expand Down

0 comments on commit 46a35b0

Please sign in to comment.