mikrotik-exporter/.circleci/config.yml
Steve Brunton 8e1ece22dd
#36 attempt to fix api login auth issue (#38)
* #36 attempt to fix api login auth issue
* update release version number
2019-07-02 20:46:19 -04:00

16 lines
333 B
YAML

version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12.4-stretch
working_directory: /go/src/github.com/nshttpd/mikrotik-exporter
branches:
only:
- master
- /^nshttpd.*/
steps:
- checkout
- setup_remote_docker:
version: 18.06.0-ce
- run: make dockerhub