2019-10-25 16:25:03 +00:00
|
|
|
version: 2
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
machine: true
|
|
|
|
steps:
|
|
|
|
- checkout
|
2019-10-27 13:31:06 +00:00
|
|
|
- run: make dist
|
2019-10-25 16:25:03 +00:00
|
|
|
- store_artifacts:
|
|
|
|
path: output
|
2019-10-27 13:31:06 +00:00
|
|
|
- run: echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin
|
|
|
|
- run: make ci-upload-images
|