Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Stop using .short_path to reference stuff in actions. #28

Merged
merged 1 commit into from
Sep 21, 2017

Conversation

mattmoor
Copy link
Contributor

This hinders two things:

  1. Separate bazel build and running via bazel-bin/... (vs. bazel run)
  2. Embedding these scripts into other actions.

This also changes the tool references from .par to the py_binary directly as this should improve portability to Windows.

Fixes: #26

This hinders two things:
1. Separate `bazel build` and running via `bazel-bin/...` (vs. `bazel run`)
1. Embedding these scripts into other actions.

This also changes the tool references from `.par` to the `py_binary` directly as this should improve portability to Windows.

Fixes: #26
@mattmoor mattmoor merged commit e0f8c8c into master Sep 21, 2017
@nlopezgi nlopezgi deleted the fix-embedding branch November 27, 2018 15:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants