diff --git a/Jenkinsfile b/Jenkinsfile index b9b7a05..5d4c853 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,6 @@ pipeline { stages { stage('Build') { steps { - cd 'script' sh 'bash build.sh' } } diff --git a/script/build.sh b/build.sh similarity index 95% rename from script/build.sh rename to build.sh index c14cc71..4c7fbd3 100755 --- a/script/build.sh +++ b/build.sh @@ -5,8 +5,6 @@ # -cd ../ - cd ./deps/jemalloc && ./autogen.sh cd ../ && make hiredis jemalloc linenoise lua