diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-09 14:48:26 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-09 14:48:26 +0100 |
commit | 6ddbd67fbdb73d51e69ff348141f80bfbd8cde75 (patch) | |
tree | b5537e81372f8e880d86c28fa7eb2b89b0035494 /jjb/functest | |
parent | a2198be2e31e9144728385e63209791f2f1b293b (diff) |
Remove unneeded doc generation script from functest-verify job
Change-Id: I1db608d657c158641e9b65f162dc46853c0d0d0f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index 43074a170..56119bd89 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -24,7 +24,7 @@ - joid: node: 'intel-us-deploy-bare-pod5' installer_type: 'compass' - installer_ip: '127.0.0.1' + installer_ip: '127.0.0.1' pod: - orange-test1: node: 'orange-test1' @@ -306,7 +306,7 @@ builders: - shell: - !include-raw ../opnfvdocs/docu-build.sh + echo "Hello World" - job-template: name: 'functest-merge-{stream}' |