summaryrefslogtreecommitdiff
path: root/nightly.jenkinsfile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2019-07-08 13:01:10 -0400
committertgrogers <[email protected]>2019-07-08 13:01:10 -0400
commitb4585093d7b383984981eb48b22a42f07af10ad6 (patch)
treeef4f19ff677b6772030a2bfb272244c2ceedc40e /nightly.jenkinsfile
parent39cb04c33e4f69986e7427d2a832e1eddc473129 (diff)
forcing the commit because of git readonly files
Diffstat (limited to 'nightly.jenkinsfile')
-rw-r--r--nightly.jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile
index 98cd8d1..d7a18a9 100644
--- a/nightly.jenkinsfile
+++ b/nightly.jenkinsfile
@@ -22,7 +22,7 @@ pipeline {
}
stage('nightly-simulations-build'){
steps{
- sh 'if [ -d "./gpgpu-sim_simulations" ]; then cp -r ./gpgpu-sim_simulations ./gpgpu-sim_simulations_bak fi'
+ sh 'if [ -d "./gpgpu-sim_simulations" ]; then cp -fr ./gpgpu-sim_simulations ./gpgpu-sim_simulations_bak fi'
sh 'rm -rf gpgpu-sim_simulations'
sh 'git clone [email protected]:purdue-aalp/gpgpu-sim_simulations.git && \
cd gpgpu-sim_simulations && \