From 623e9bbd3750d1f9bc0f7815fed630a61f12137a Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 29 May 2021 05:12:22 +0000 Subject: [PATCH] build: rename repo to "tracking-filter" --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 235c712..f83b280 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ deploy_job: - git diff-index --quiet HEAD || git commit -m "Success pipeline" - ssh -T git@gitlab.com - - git remote set-url origin git@gitlab.com:curben/tracking-data.git + - git remote set-url origin git@gitlab.com:curben/tracking-filter.git - git push origin master rules: @@ -67,7 +67,7 @@ failed_job: - git add .gitlab/status.svg - git diff-index --quiet HEAD || git commit -m "Failed pipeline" - ssh -T git@gitlab.com - - git remote set-url origin git@gitlab.com:curben/tracking-data.git + - git remote set-url origin git@gitlab.com:curben/tracking-filter.git - git push origin master rules: