Skip to content

Commit

Permalink
apply Kevin-fix to jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Jun 5, 2017
1 parent 0f1d13a commit 2777341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {
# - copy results files to nfs
# (note that the nfs results directory is mounted inside
# the CI worker's home directory)
cp -rp $WORKSPACE/systest/test_results/* ~/results/
cp -r $WORKSPACE/systest/test_results/* ~/results/
'''
}
}
Expand Down

0 comments on commit 2777341

Please sign in to comment.