Skip to content

Commit

Permalink
Remove cd to non-existant dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-xmos committed May 12, 2021
1 parent 336de3d commit d4e3537
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,18 +141,14 @@ pipeline {
stage('Reset XTAGs') {
steps {
sh 'echo "reset xtag stage"'
dir("${REPO}") {
sh 'echo "reset xtag stage"'
withVenv {
unstash "reset_xtags"
// Reset XTAGs
sh 'echo "GOT THIS FAR"'
sh 'tree'
sh "python -m pip install git+git://github0.xmos.com/xmos-int/[email protected]"
// sh "pip install -e ${WORKSPACE}/xtagctl"
echo "AND HERE"
sh "python python/reset_xtags.py 2"
}
withVenv {
unstash "reset_xtags"
// Reset XTAGs
sh 'echo "GOT THIS FAR"'
sh 'tree'
sh "python -m pip install git+git://github0.xmos.com/xmos-int/[email protected]"
echo "AND HERE"
sh "python python/reset_xtags.py 2"
}
}
}
Expand Down

0 comments on commit d4e3537

Please sign in to comment.