Skip to content

Commit

Permalink
fix strict deps bad substitution2
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 6fe535049844e05d78ca8868464c41c7e0fa44bd
  • Loading branch information
ittaiz authored and natansil committed May 16, 2019
1 parent 3b8d0a5 commit a3deabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrator/scripts/fix-strict-deps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pipeline {
dir("${env.REPO_NAME}") {
script {
env.PUSH_TO_GIT = "false"
build_and_fix(${env.ADDITIONAL_FLAGS_BAZEL_SIXTEEN_UP_LOCAL})
build_and_fix(env.ADDITIONAL_FLAGS_BAZEL_SIXTEEN_UP_LOCAL)
}
}
}
Expand Down

0 comments on commit a3deabb

Please sign in to comment.