From da102fd2cf2e17d4b8ccada54fb658fbc6135ef4 Mon Sep 17 00:00:00 2001
From: Tucker Siegel <tgsiegel@terpmail.umd.edu>
Date: Mon, 17 Oct 2022 15:41:55 -0400
Subject: [PATCH] u

---
 dawn-docs/dev     | 2 +-
 dawn-docs/staging | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dawn-docs/dev b/dawn-docs/dev
index c28d128..901056a 100644
--- a/dawn-docs/dev
+++ b/dawn-docs/dev
@@ -13,7 +13,7 @@ pipeline {
             steps {
                 git branch: 'main',
                 credentialsId: 'tgsiegel-gitlab-ssh',
-                url: 'https://gitlab.cs.umd.edu/dawn/dawn-docs'
+                url: 'git@gitlab.cs.umd.edu:dawn/dawn-docs.git'
 
                 sh '''
                 npm i
diff --git a/dawn-docs/staging b/dawn-docs/staging
index 8fba4ab..68ae096 100644
--- a/dawn-docs/staging
+++ b/dawn-docs/staging
@@ -14,7 +14,7 @@ pipeline {
             steps {
                 git branch: 'main',
                 credentialsId: 'tgsiegel-gitlab-ssh',
-                url: 'https://gitlab.cs.umd.edu/dawn/dawn-docs'
+                url: 'git@gitlab.cs.umd.edu:dawn/dawn-docs.git'
 
                 sh '''
                 npm i
-- 
GitLab