diff --git a/.ci/mellanox/azure-pipelines.yml b/.ci/mellanox/azure-pipelines.yml index a4fb721323..4b3e3cbde2 100644 --- a/.ci/mellanox/azure-pipelines.yml +++ b/.ci/mellanox/azure-pipelines.yml @@ -31,10 +31,11 @@ jobs: inputs: sourceFolder: $(Pipeline.Workspace) contents: | - **/* + **/jenkins_scripts - checkout: self submodules: true path: ompi + clean: true - bash: | set -eE [ "$(debug)" = "true" ] && set -x