diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 106fdfffd..bd2bd37b0 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -18,7 +18,7 @@ def gitClone() { cleanWs() def scmVars = git url: 'https://github.com/richardg867/86Box.git', - branch: 'cleanup30' + branch: 'cleanup30' env.GIT_COMMIT = scmVars.GIT_COMMIT } diff --git a/.ci/static2dll.sh b/.ci/static2dll.sh index 82b996f9a..f6e5b63b9 100644 --- a/.ci/static2dll.sh +++ b/.ci/static2dll.sh @@ -91,7 +91,6 @@ parse_pkgconfig() { for arg in $* do local arg_base="$(echo $arg | cut -c1-2)" - echo $arg if [ "x$arg_base" = "x-l" ] then # Don't process the same lib again.