From 715b9959f24b5eb543ded46c468763fb7fcf1e1d Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Tue, 28 Feb 2023 14:27:21 -0600 Subject: [PATCH] update pipeline to correct repo --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 86ea789..a644fb3 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -4,7 +4,7 @@ resources: - name: repo type: git - source: {uri: "http://192.168.0.201:3000/mitchell/school_app_api.git"} + source: {uri: "http://git.mdev.local/mitchell/school_app_api.git"} jobs: - name: test