diff options
| author | Timothy G Rogers <[email protected]> | 2018-04-18 15:51:36 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-04-18 15:51:36 -0400 |
| commit | ddf9da221c3e14e1e4204aba3fdaa59bca917ec6 (patch) | |
| tree | b0b2c4d1720609648673b2dcefb021c0077598c6 /Jenkinsfile | |
| parent | 9217cff18ab7608ee21ad48061be8f6febf88780 (diff) | |
| parent | b61a26eb163565cce292f7a2400b5fd82f3d2d10 (diff) | |
Merge branch 'dev-purdue-integration' into dev-purdue-integration
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index a8bd7f7..4e4ef8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { cd gpgpu-sim_simulations && \ git checkout purdue-cluster && \ git pull && \ - rm -r ./benchmarks/data_dirs && ln -s /home/tgrogers-raid/a/common/data_dirs benchmarks/' + ln -s /home/tgrogers-raid/a/common/data_dirs benchmarks/' sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/4.2_env_setup.sh &&\ source `pwd`/setup_environment &&\ cd gpgpu-sim_simulations && \ |
