mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 02:24:23 -05:00
reintroduce actionlint/shellcheck issue to show failure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
self-hosted-runner:
|
||||
# Labels of self-hosted runner in array of strings.
|
||||
labels: ["benchmark", "glue-notify"]
|
||||
labels: ["benchmark really but not for error", "glue-notify"]
|
||||
|
||||
# Configuration variables in array of strings defined in your repository or
|
||||
# organization. `null` means disabling configuration variables check.
|
||||
|
||||
@@ -125,7 +125,8 @@ jobs:
|
||||
mkdir "$GITHUB_WORKSPACE"/bladebit
|
||||
cd "$GITHUB_WORKSPACE"/bladebit
|
||||
gh release download -R Chia-Network/bladebit "$LATEST_VERSION" -p 'bladebit*-centos-x86-64.tar.gz'
|
||||
find . -maxdepth 1 -name '*.tar.gz' -print0 | xargs -0 -I{} bash -c 'tar -xzf {} && rm {}'
|
||||
# find . -maxdepth 1 -name '*.tar.gz' -print0 | xargs -0 -I{} bash -c 'tar -xzf {} && rm {}'
|
||||
ls *.tar.gz | xargs -I{} bash -c 'tar -xzf {} && rm {}'
|
||||
find . -maxdepth 1 -name 'bladebit*' -print0 | xargs -0 -I{} chmod +x {}
|
||||
cd "$OLDPWD"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user