Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into feature/tools-step-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 28, 2020
2 parents 19a64e9 + 9fc5b43 commit becc647
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions src/test/resources/jobs/log.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ pipelineJob(NAME) {
}
}
}

// If required to be triggered automatically
queue(NAME)
3 changes: 0 additions & 3 deletions src/test/resources/jobs/rebuildPipeline.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ pipelineJob(NAME) {
}
}
}

// If required to be triggered automatically
queue(NAME)
4 changes: 1 addition & 3 deletions vars/preCommit.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ def call(Map params = [:]) {
## Search for the repo with the scripts to be added to the PATH
set +e
## For debugging purposes only
find ${newHome}/.cache/pre-commit -depth 2 -type d
searchFile=\$(find ${newHome}/.cache/pre-commit -type d -name 'scripts' | grep '.ci/scripts')
if [ -e "\${searchFile}" ] ; then
export PATH=\${PATH}:\$(dirname \${searchFile})
export PATH=\${PATH}:\${searchFile}
else
echo 'WARN: PATH has not been configured with the shell scripts that might be required!'
fi
Expand Down

0 comments on commit becc647

Please sign in to comment.