diff options
| author | tgrogers <[email protected]> | 2019-07-08 13:23:08 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-07-08 13:23:08 -0400 |
| commit | 47d18d2dea9a27061193218f1e70ba50cf7ff46f (patch) | |
| tree | f97713dc2b92621a1046a40693aa6be67607f5cd /nightly.jenkinsfile | |
| parent | b4585093d7b383984981eb48b22a42f07af10ad6 (diff) | |
Syntax issue?
Diffstat (limited to 'nightly.jenkinsfile')
| -rw-r--r-- | nightly.jenkinsfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile index d7a18a9..e5ffa57 100644 --- a/nightly.jenkinsfile +++ b/nightly.jenkinsfile @@ -22,7 +22,9 @@ pipeline { } stage('nightly-simulations-build'){ steps{ - sh 'if [ -d "./gpgpu-sim_simulations" ]; then cp -fr ./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 && \ |
