diff options
| author | tgrogers <[email protected]> | 2017-10-01 14:22:42 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-10-01 14:22:42 -0400 |
| commit | eb85a913d5f6d3ef152cd3024ea0e59f3b177423 (patch) | |
| tree | 05bc039b731fc1f49628baf4fe0f715fa134fdc9 | |
| parent | a4d5a911660629713f8fa87272f7abadcf6676d2 (diff) | |
properly pulling the latest changes to the simulations dir to get updated results.
| -rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 289fef4..387aaa8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,8 @@ pipeline { sh 'rm -rf gpgpu-sim_simulations' sh 'git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \ cd gpgpu-sim_simulations && \ - git checkout purdue-cluster' + git checkout purdue-cluster && \ + git pull' sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/4.2_env_setup.sh &&\ source `pwd`/setup_environment &&\ cd gpgpu-sim_simulations && \ |
