From 09d43828e841b760e4307dd02a215a62cc191fce Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 1 Feb 2020 14:05:42 -0600 Subject: [PATCH] Changing pipeline to use public https endpoint --- pipeline.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pipeline.yml b/pipeline.yml index 07bb47d..7aa8689 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/renpy-dialogue-checker.git - private_key: | - ((pull_key)) + uri: https://git.nulloctet.com/docker/renpy-dialogue-checker.git ignore_paths: - pipeline.yml - upload_pipeline.sh