From bfd90356082acbabbf4ef8f2ac3ea6bd56dbd5bc Mon Sep 17 00:00:00 2001 From: David Sharp Date: Wed, 18 Jan 2017 18:08:17 -0800 Subject: [PATCH] Clean up coverity task yml Signed-off-by: Tom Meyer --- concourse/tasks/scan_with_coverity.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/concourse/tasks/scan_with_coverity.yml b/concourse/tasks/scan_with_coverity.yml index 72ea9317d1..fe8a74f2c3 100644 --- a/concourse/tasks/scan_with_coverity.yml +++ b/concourse/tasks/scan_with_coverity.yml @@ -3,8 +3,6 @@ image_resource: type: docker-image source: repository: pivotaldata/centos-coverity - username: gpdb - password: a7vBWDg3mlMv inputs: - name: gpdb_src outputs: @@ -13,7 +11,7 @@ run: path: gpdb_src/concourse/scripts/scan_with_coverity.bash params: OUTPUT_ARTIFACT_DIR: gpdb_coverity_artifacts - IVYREPO_HOST: repo.pivotal.io - IVYREPO_PASSWD: 7wdLJRV4HW2q - IVYREPO_REALM: Artifactory Realm - IVYREPO_USER: build_readonly + IVYREPO_HOST: + IVYREPO_PASSWD: + IVYREPO_REALM: + IVYREPO_USER: -- GitLab