Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Default hostrequires to empty object
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz committed Feb 8, 2018
1 parent bc31cce commit d8a5f61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ProvisioningConfig {
// Job group for Beaker provisioning.
String jobgroup = 'multiarch-qe'
// Host requirements to pass to linchpin
List<HashMap> hostrequires = null
List<HashMap> hostrequires = []
// name of Openshift tenant to pull provisioning image from.
String tenant = 'redhat-multiarch-qe'
// docker url to pull provisioning image from.
Expand Down

0 comments on commit d8a5f61

Please sign in to comment.