Skip to content

Commit 14d3fa6

Browse files
committed
Set --enable_workspace on last_green CI build
Learning more about BuildKite every day.
1 parent 091f487 commit 14d3fa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelci/presubmit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ tasks:
3636
shell_commands:
3737
# Install xmllint
3838
- sudo apt update && sudo apt install --reinstall libxml2-utils -y
39+
- echo "build --enable_workspace" >> .bazelrc
3940
- "./test_rules_scala.sh || buildkite-agent annotate --style 'warning' \"Optional build with latest Bazel version failed, [see here](${BUILDKITE_BUILD_URL}#${BUILDKITE_JOB_ID}) (It is not mandatory but worth checking)\""
4041
test_rules_scala_macos:
4142
name: "./test_rules_scala"

0 commit comments

Comments
 (0)