Skip to content

Commit

Permalink
Move maven repo back to kotlin_repos
Browse files Browse the repository at this point in the history
Make examples use the release repository

Issue: #269 (comment)
  • Loading branch information
Corbin Smith committed Feb 6, 2020
1 parent 0c6e6ea commit 7103070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tasks:
name: "Example - Android"
platform: ubuntu1804
shell_command:
- "bazel build //:rules_kotlin_release rm -rf /tmp/rules_kotlin && mdir -p /tmp/rules_kotlin && tar -C /tmp/rule_kotlin -xvf bazel-bin/rules_kotlin_release.tgz"
- "bazel build //:rules_kotlin_release && rm -rf /tmp/rules_kotlin && mdir -p /tmp/rules_kotlin && tar -C /tmp/rule_kotlin -xvf bazel-bin/rules_kotlin_release.tgz"
working_directory: examples/android
test_flags:
- "--override_repository=io_bazel_rules_kotlin=/tmp/rules_kotlin"
Expand Down

0 comments on commit 7103070

Please sign in to comment.