Update git submodules
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 21 May 2018 07:47:57 +0000 (00:47 -0700)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 21 May 2018 08:06:00 +0000 (08:06 +0000)
commit09d04a4ac1d8513b0792a7f049318f8470634087
treeee5cbae6fedc125ef3e28c3eee4f6916ccd36d06
parent53679136aafeb6100a309a9399bf7c35d0c90d44
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Fix Manual Triggering of Docker Jobs

    When manually triggering a docker job (or even through timed builds),
    GERRIT_EVENT_TYPE will not get set. This does gets set when the job is
    triggered by a Gerrit event (ex: ref-updated, comment-added).

    Specifying the variable lookup to default to nothing (ex: "${FOO:-}")
    should allow non-Gerrit triggered jobs to complete successfully.

    Change-Id: Ic1ba8ebef0967b0f20a2d6385ce0e0b4876901dc
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
docs/submodules/releng