This commit is contained in:
parent
e8587be1df
commit
4b9826e489
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Build apcupsd_exporter
|
- name: Build apcupsd_exporter
|
||||||
run: |
|
run: |
|
||||||
set -exuo pipefail
|
set -ex
|
||||||
sudo apt-get update && sudo apt-get install -y golang-go
|
sudo apt-get update && sudo apt-get install -y golang-go
|
||||||
git clone https://github.com/mdlayher/apcupsd_exporter.git
|
git clone https://github.com/mdlayher/apcupsd_exporter.git
|
||||||
cd apcupsd_exporter
|
cd apcupsd_exporter
|
||||||
|
|
Loading…
Reference in a new issue