Skip to content

Commit

Permalink
Use the directory flag in the make
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jul 29, 2020
1 parent c5a55db commit 02e0303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def makeTarget(Map args = [:]) {
node(args.label) {
withGithubNotify(context: "${context}") {
withBeatsEnv(archive: true, withModule: withModule, directory: directory) {
sh(label: "${command}", script: "${command}")
sh(label: "${command}", script: "${command} ${directoryFlag}")
}
}
}
Expand Down

0 comments on commit 02e0303

Please sign in to comment.