Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 16, 2020
1 parent f22c835 commit 4bd8cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ def loadConfigEnvVars(){

// Speed up the CI by running only if the changeset affects a specific module.
// TODO: exclude should be only skip the Jenkinsfile
env.MODULE = getBeatsModule(pattern: '[a-z0-9]+beat\\module\\([^\\/]+)\\/.*', exclude: '(.*\\.(asciidoc|png)|Jenkinsfile)')
env.MODULE = getBeatsModule(pattern: '[a-z0-9]+beat\\/module\\/([^\\/]+)\\/.*', exclude: '(.*\\.(asciidoc|png)|Jenkinsfile)')
}

/**
Expand Down

0 comments on commit 4bd8cdc

Please sign in to comment.