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

fix

parent 6bc82fca
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -12,10 +12,6 @@ pipeline {
stage('build') {
steps {
git branch: 'staging',
credentialsId: 'tgsiegel-gitlab-ssh',
url: 'git@gitlab.cs.umd.edu:dawn/go-backend/dawn-analytics.git'
sh '''
sudo docker build -t docker.registry.dawn.int:5000/dawn/dawn-analytics:latest . -f Dockerfile
sudo docker push docker.registry.dawn.int:5000/dawn/dawn-analytics:latest
......
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