Skip to content
Snippets Groups Projects
Commit da102fd2 authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

u

parent b7a84576
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment