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

fix

parent 94a84218
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,8 @@ pipeline { ...@@ -12,12 +12,8 @@ pipeline {
url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-cli' url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-cli'
sh """ sh """
pwd
ls
cd dawn-cli
go build go build
cp dawn-cli /home/tucker.siegel/bin/dawn-cli cp dawn-cli /home/tucker.siegel/bin/dawn-cli
cd ..
""" """
} }
} }
......
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