diff options
author | 2018-01-15 12:07:54 +0000 | |
---|---|---|
committer | 2018-01-15 12:07:54 +0000 | |
commit | af60f1f575f7a696c1a060726623f7da1271b61b (patch) | |
tree | c4f1b2ae6b59c8a08c410901ff95fc91f8d18cfb | |
parent | c9aac428e09385a5893313a99b6af6652dafd216 (diff) |
Revert "container4nfv: Disable jobs until the project stops changing docker version"
The project fixed their build script to stop reinstalling docker which downgrades it so the jobs can be enabled back now.
https://gerrit.opnfv.org/gerrit/#/c/50603/
This reverts commit c9aac428e09385a5893313a99b6af6652dafd216.
Change-Id: I529850be56e30e4fdd66929809628b89e3a2ed8f
-rw-r--r-- | jjb/container4nfv/container4nfv-project.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/container4nfv/container4nfv-project.yml b/jjb/container4nfv/container4nfv-project.yml index bda34bd5c..03bbb655e 100644 --- a/jjb/container4nfv/container4nfv-project.yml +++ b/jjb/container4nfv/container4nfv-project.yml @@ -17,7 +17,7 @@ - master: branch: '{stream}' gs-pathname: '' - disabled: true + disabled: false - euphrates: branch: 'stable/{stream}' gs-pathname: '/{stream}' |