Skip to content

Commit 226ddf2

Browse files
committed
fix targets
1 parent 56b426e commit 226ddf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/rpmpack/0.6.0/presubmit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tasks:
1414
platform: ${{ platform }}
1515
bazel: ${{ bazel }}
1616
build_targets:
17-
- '@rpmpack//:pkg_tar2rpm'
17+
- '@rpmpack//cmd/tar2rpm'
1818
bcr_test_module:
1919
module_path: example_bazel
2020
matrix:
@@ -33,6 +33,6 @@ bcr_test_module:
3333
platform: ${{ platform }}
3434
bazel: ${{ bazel }}
3535
build_targets:
36-
- all
36+
- '//:all'
3737
test_targets:
38-
- all
38+
- '//:all'

0 commit comments

Comments
 (0)