From b4585093d7b383984981eb48b22a42f07af10ad6 Mon Sep 17 00:00:00 2001 From: tgrogers Date: Mon, 8 Jul 2019 13:01:10 -0400 Subject: forcing the commit because of git readonly files --- nightly.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 git@github.com:purdue-aalp/gpgpu-sim_simulations.git && \ cd gpgpu-sim_simulations && \ -- cgit v1.3