We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9010c commit 190f0a9Copy full SHA for 190f0a9
modules/opentracing-cpp/1.6.0/presubmit.yml
@@ -7,18 +7,14 @@ tasks:
7
verify_linux_targets:
8
name: Verify linux build and test targets
9
platform: ${{ linux_platform }}
10
- shell_commands:
11
- - ./ci/setup_linux_environment.sh
12
bazel: ${{ bazel }}
13
build_targets:
14
- - '@io_opentracing_cpp//...'
+ - '@opentracing-cpp//...'
15
test_targets:
16
17
verify_osx_targets:
18
name: Verify osx build and test targets
19
platform: ${{ osx_platform }}
20
21
- - ./ci/setup_osx_environment.sh
22
23
24
- '@opentracing-cpp//...'
0 commit comments