diff options
| author | tgrogers <[email protected]> | 2018-03-14 17:59:47 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-14 17:59:47 -0400 |
| commit | ae834f285afa1a628b8ab9ed01869ac864de5ff7 (patch) | |
| tree | 73ad10394dd5144108fa1bcf42d8d9b4c1bc1a2d | |
| parent | f6b87662a042934d3d2dd0229eb47e9788d8911f (diff) | |
delete the dir, then link it
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index c9b4ee4..73644d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { cd gpgpu-sim_simulations && \ git checkout purdue-cluster && \ git pull && \ - ln -s /home/tgrogers-raid/a/common/data_dirs benchmarks/' + rm -r ./benchmarks/data_dirs && 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 && \ |
