mikrotik-exporter/.circleci/config.yml
Steve Brunton 5cccba9e17
switch to go modules (#58)
setup for go modules and remove vendor directory.
2019-11-16 00:05:31 -05:00

15 lines
265 B
YAML

version: 2
jobs:
build:
docker:
- image: circleci/golang:1.13.4-stretch
branches:
only:
- master
- /^nshttpd.*/
steps:
- checkout
- setup_remote_docker:
version: 18.06.0-ce
- run: make dockerhub