Skip to content

Commit

Permalink
Fixup CircleCI config.
Browse files Browse the repository at this point in the history
* Fix copy-paste error.
* Fix missing step in build[0].

Signed-off-by: Ben Kochie <[email protected]>

[0]: prometheus/prometheus#4182
  • Loading branch information
SuperQ committed May 22, 2018
1 parent c93e278 commit 18b0da9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
working_directory: /go/src/github.com/prometheus/pushgateway

environment:
DOCKER_IMAGE_NAME: prom/snmp-exporter
QUAY_IMAGE_NAME: quay.io/prometheus/snmp-exporter
DOCKER_IMAGE_NAME: prom/pushgateway
QUAY_IMAGE_NAME: quay.io/prometheus/pushgateway

steps:
- checkout
Expand All @@ -56,15 +56,17 @@ jobs:
working_directory: /go/src/github.com/prometheus/pushgateway

environment:
DOCKER_IMAGE_NAME: prom/snmp-exporter
QUAY_IMAGE_NAME: quay.io/prometheus/snmp-exporter
DOCKER_IMAGE_NAME: prom/pushgateway
QUAY_IMAGE_NAME: quay.io/prometheus/pushgateway

steps:
- checkout
- setup_remote_docker
- 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: echo 'export PATH=${HOME}/bin:${PATH}' >> ${BASH_ENV}
- attach_workspace:
at: .
- run: make promu
- run: promu crossbuild tarballs
- run: promu checksum .tarballs
Expand Down

0 comments on commit 18b0da9

Please sign in to comment.