We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4dbf19 commit 5fa05faCopy full SHA for 5fa05fa
.circleci/config.yml
@@ -23,27 +23,6 @@ jobs:
23
file: coverage.txt
24
- prometheus/store_artifact:
25
file: ssh_exporter
26
- build:
27
- machine:
28
- image: ubuntu-1604:201903-01
29
- steps:
30
- - checkout
31
- - run: make promu
32
- - run: promu crossbuild -v
33
- - persist_to_workspace:
34
- root: .
35
- paths:
36
- - .build
37
- - store_artifacts:
38
- path: .build
39
- destination: /build
40
- - run:
41
- command: |
42
- if [ -n "$CIRCLE_TAG" ]; then
43
- make docker DOCKER_IMAGE_TAG=$CIRCLE_TAG
44
- else
45
- make docker
46
- fi
47
workflows:
48
version: 2
49
ssh_exporter:
@@ -52,7 +31,8 @@ workflows:
52
filters:
53
tags:
54
only: /.*/
55
- - build:
+ - prometheus/build:
+ name: build
56
57
58
0 commit comments