This repository has been archived on 2020-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
docker-linux-vm/.circleci/config.yml

12 lines
258 B
YAML
Raw Permalink Normal View History

version: 2
jobs:
build:
machine: true
steps:
- checkout
- run: make dist
- store_artifacts:
path: output
- run: echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin
- run: make ci-upload-images