Skip to content

Commit

Permalink
mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuchita Khare committed Sep 22, 2023
1 parent 3140cd8 commit 41b9936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pipeline {
dir("${REPO}") {
withTools(params.TOOLS_VERSION) {
withVenv {
sh 'mkdir build'
sh 'mkdir -p build'
dir("build") {
sh 'rm -rf'
sh 'cmake --toolchain ../xmos_cmake_toolchain/xs2a.cmake ..'
Expand Down

0 comments on commit 41b9936

Please sign in to comment.