From 1fdfa87dee0b28a3dd45b0639b5ed1851a497bec Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 9 Dec 2019 22:10:44 -0600 Subject: [PATCH] Pointing pipeline at update repository --- pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline.yml b/pipeline.yml index a81c904..38db176 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -4,7 +4,7 @@ resources: type: git icon: git source: - uri: ssh://git@git.nulloctet.com:8437/warricksothr/basphomet-js.git + uri: ssh://git@git.nulloctet.com:8437/warricksothr/baphomet-js.git private_key: | ((pull_key)) @@ -84,4 +84,4 @@ jobs: cp -r ../baphomet-js-git/data . cp ../baphomet-js-git/README.md . cp ../baphomet-js-git/LICENSE.md . - tar -zcvf ../package/baphomet-js-$(cat version.info).tgz ./* \ No newline at end of file + tar -zcvf ../package/baphomet-js-$(cat version.info).tgz ./*