We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e3d10 commit 001528eCopy full SHA for 001528e
2 files changed
.bazelci/presubmit.yml
@@ -95,7 +95,7 @@ matrix:
95
tasks:
96
# Keep in sync with .bcr/presubmit.yml
97
bcr_tests:
98
- name: BCR test module
+ name: BCR test module ${{ bazel }}
99
platform: ${{ platform }}
100
bazel: ${{ bazel }}
101
working_directory: examples/bzlmod
examples/bzlmod/tests/version_test.sh
@@ -21,6 +21,9 @@ set -x
21
# py file. We just want the executable.
22
bin=($VERSION_PY_BINARY)
23
bin="${bin[@]//*.py}"
24
+
25
+ls -l $(dirname $bin)
26
27
version_py_binary=$($bin)
28
29
if [[ "${version_py_binary}" != "${VERSION_CHECK}" ]]; then
0 commit comments