mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Launchable: Remove unnecessary command (#12299)
`launchable verify` command is designed for checking if CLI has been configured successfully. We've already checked it, so we don't need calling this command anymore.
This commit is contained in:
parent
cfc2b21a05
commit
462e2cfccf
Notes:
git
2024-12-10 02:15:20 +00:00
Merged-By: ono-max <onoto1998@gmail.com>
1
.github/actions/launchable/setup/action.yml
vendored
1
.github/actions/launchable/setup/action.yml
vendored
@ -133,7 +133,6 @@ runs:
|
||||
run: |
|
||||
set -x
|
||||
pip install --user launchable
|
||||
launchable verify || true
|
||||
: # The build name cannot include a slash, so we replace the string here.
|
||||
github_ref="${{ github.ref }}"
|
||||
github_ref="${github_ref//\//_}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user