From 869e7a9d2494bdad31cf3d72a282e1ea338d4d7e Mon Sep 17 00:00:00 2001 From: Drew Short Date: Wed, 22 Jan 2020 13:05:31 -0600 Subject: [PATCH] Pointed pipeline to public resource --- pipeline.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pipeline.yml b/pipeline.yml index 3290497..8ea0abf 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -4,9 +4,7 @@ resources: type: git icon: git source: - uri: ssh://git@git.nulloctet.com:8437/docker/concourse-rclone-resource.git - private_key: | - ((pull_key)) + uri: https://git.nulloctet.com/docker/concourse-rclone-resource.git ignore_paths: - pipeline.yml - upload_pipeline.sh