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

update

parent af0e56a7
No related branches found
No related tags found
No related merge requests found
......@@ -35,12 +35,10 @@ def call(String repo, String branch) {
stage('update backend services') {
steps {
git branch: 'main',
credentialsId: 'tucker-gitlab-login',
url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-cli'
sh """
sh '''
curl -o docker-compose-dev.yml --header "PRIVATE-TOKEN: y2FHtFXMC8X13onnEfiE" "https://gitlab.cs.umd.edu/api/v4/projects/16574/repository/files/docker-compose-dev.yml/raw?ref=main"
dawn-cli deploy
"""
'''
}
}
......
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