diff options
| author | tgrogers <[email protected]> | 2018-04-11 16:07:08 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-04-11 16:07:08 -0400 |
| commit | 755a3cfa1b2b1711f395702d32a927dc53bee212 (patch) | |
| tree | 5b5eb8722c23018028193304bb744e9bd6e920fe /Jenkinsfile | |
| parent | d2ae7fb6889cf622673ce1c0d6696d2984963946 (diff) | |
Don't need to delete these anymore for the quick linking
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 && \ |
