mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 20:36:21 +01:00
Fix release tag build.
This commit is contained in:
parent
d6a172bb2a
commit
002c1ca029
@ -93,7 +93,6 @@ jobs:
|
|||||||
- run: mkdir -v -p ${HOME}/bin
|
- run: mkdir -v -p ${HOME}/bin
|
||||||
- run: curl -L 'https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2' | tar xvjf - --strip-components 3 -C ${HOME}/bin
|
- run: curl -L 'https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2' | tar xvjf - --strip-components 3 -C ${HOME}/bin
|
||||||
- run: echo 'export PATH=${HOME}/bin:${PATH}' >> ${BASH_ENV}
|
- run: echo 'export PATH=${HOME}/bin:${PATH}' >> ${BASH_ENV}
|
||||||
- run: make promu
|
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
- run: make promu
|
- run: make promu
|
||||||
@ -103,6 +102,7 @@ jobs:
|
|||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: .tarballs
|
path: .tarballs
|
||||||
destination: releases
|
destination: releases
|
||||||
|
- run: ln -s .build/linux-amd64/node_exporter node_exporter
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
if [ -n "$CIRCLE_TAG" ]; then
|
if [ -n "$CIRCLE_TAG" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user