Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Skip-build: true
Skip-PR-comments: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Jan 22, 2024
1 parent 05af716 commit 80355c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,7 @@ pipeline {
parallel {
stage('Get Commit Message') {
steps {
// at some point soon, this can be factored down to
// pragmasToEnv()
script {
pragmasToEnv()
}
pragmasToEnv()
}
}
stage('Determine Base Branch') {
Expand Down

0 comments on commit 80355c6

Please sign in to comment.