From 49435a8724245336bf7cc1147d1909fd992059ae Mon Sep 17 00:00:00 2001 From: Tucker Siegel <tgsiegel@umd.edu> Date: Thu, 11 Nov 2021 12:10:49 -0800 Subject: [PATCH] fix --- deploy/staging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/staging b/deploy/staging index db5aee1..fc6e4db 100644 --- a/deploy/staging +++ b/deploy/staging @@ -9,7 +9,7 @@ pipeline { steps { git branch: 'main', credentialsId: 'tucker-gitlab-login', - url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-cli/-/tree/main' + url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-cli' sh """ cd dawn-cli -- GitLab