mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Fix yamllint error due to trailing whitespace.
Signed-off-by: Chris Cleeland <chris.cleeland@gmail.com>
This commit is contained in:
parent
146d5e8e68
commit
62b30d638f
|
@ -57,7 +57,7 @@ jobs:
|
|||
fi
|
||||
|
||||
if [[ -f "$(pwd)/.build/darwin-amd64/node_exporter" ]]; then
|
||||
promu codesign "$(pwd)/.build/darwin-amd64/node_exporter"
|
||||
promu codesign "$(pwd)/.build/darwin-amd64/node_exporter"
|
||||
fi
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
|
|
Loading…
Reference in a new issue