Skip to content

Commit

Permalink
fix: run script in the right dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 2, 2021
1 parent 1fa670c commit dcc52ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ pipeline {
}
post {
always {
sh(label: 'Check release artifacts', script: 'make test-release')
dir("${BASE_DIR}"){
sh(label: 'Check release artifacts', script: 'make test-release')
}
}
}
}
Expand Down

0 comments on commit dcc52ab

Please sign in to comment.