Skip to content

Commit

Permalink
change params.CHANGE_BRANCH to env.CHANGE_BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
damon-atkins committed Dec 19, 2018
1 parent e7f0ab6 commit da1fc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/lint
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pipeline {
stage('linting all') {
// perform a full linit if this is a merge forward and the change only lint passed.
when {
expression { return params.CHANGE_BRANCH =~ /(?i)^merge[._-]/ }
expression { return env.CHANGE_BRANCH =~ /(?i)^merge[._-]/ }
}
parallel {
stage('setup full') {
Expand Down

0 comments on commit da1fc32

Please sign in to comment.