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

fix

parent 394c587d
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ pipeline { ...@@ -13,7 +13,7 @@ pipeline {
sh """ sh """
go build go build
cp dawn-cli /home/tucker.siegel/bin/dawn-cli sudo cp dawn-cli /usr/local/bin/dawn-cli
""" """
} }
} }
...@@ -21,7 +21,7 @@ pipeline { ...@@ -21,7 +21,7 @@ pipeline {
stage('teardown') { stage('teardown') {
steps { steps {
sh """ sh """
/home/tucker.siegel/bin/dawn-cli teardown dawn-cli teardown
""" """
} }
} }
......
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