Skip to content

Commit 190f0a9

Browse files
authored
Update presubmit.yml
1 parent 4b9010c commit 190f0a9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: modules/opentracing-cpp/1.6.0/presubmit.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,14 @@ tasks:
77
verify_linux_targets:
88
name: Verify linux build and test targets
99
platform: ${{ linux_platform }}
10-
shell_commands:
11-
- ./ci/setup_linux_environment.sh
1210
bazel: ${{ bazel }}
1311
build_targets:
14-
- '@io_opentracing_cpp//...'
12+
- '@opentracing-cpp//...'
1513
test_targets:
16-
- '@io_opentracing_cpp//...'
14+
- '@opentracing-cpp//...'
1715
verify_osx_targets:
1816
name: Verify osx build and test targets
1917
platform: ${{ osx_platform }}
20-
shell_commands:
21-
- ./ci/setup_osx_environment.sh
2218
bazel: ${{ bazel }}
2319
build_targets:
2420
- '@opentracing-cpp//...'

0 commit comments

Comments
 (0)