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

update

parent 44fbd2b6
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ pipeline { ...@@ -20,6 +20,7 @@ pipeline {
stage('copy build') { stage('copy build') {
steps { steps {
sh ''' sh '''
sudo rm -rf /var/www/dawn_test/build
sudo cp build /var/www/dawn_test sudo cp build /var/www/dawn_test
''' '''
} }
......
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