Skip to content

Commit

Permalink
Update presubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjk25 committed Jun 16, 2022
1 parent 70778a6 commit 20cf5dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ tasks:
- |
ERLANG_HOME="$(realpath ~/kerl/${ERLANG_VERSION})"
cat << EOF >> user.bazelrc
build --//:erlang_version=${ERLANG_VERSION}
build --//:erlang_home=${ERLANG_HOME}
build --@rules_erlang//:erlang_version=${ERLANG_VERSION}
build --@rules_erlang//:erlang_home=${ERLANG_HOME}
EOF
build_targets:
- '//...'
- '@rules_erlang//...'

0 comments on commit 20cf5dd

Please sign in to comment.