diff options
| author | tgrogers <[email protected]> | 2017-08-14 11:25:56 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-08-14 11:25:56 -0400 |
| commit | 2430287d5dc646d8ecc5ac4ea46d4ebccbd9b641 (patch) | |
| tree | 16b264ed4370f954ba576438c43ec78246626a12 | |
| parent | d553eefc40084fbe9abcc7eae6ef3801f25bedc8 (diff) | |
Another Issue with the setup_enviro
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index ef08b07..3073022 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \ cd gpgpu-sim_simulations && \ git checkout purdue-cluster && \ - source `pwd`/setup_environment && \ + source ./benchmarks/src/setup_environment && \ make -j -C ./benchmarks/src all' } } |
