Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
39 changes: 1 addition & 38 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,10 @@ workflows:
ci:
jobs:
- build
- publish:
requires: [build]
filters:
branches:
only:
- master

orbs:
aws-cli: circleci/aws-cli@1.3.1

jobs:
build:
docker:
- image: cimg/go:1.12.9
working_directory: /root/go/src/github.com/docker/machine
steps:
- checkout
- run: echo 'export GOPATH="$(go env GOPATH)"' >> "$BASH_ENV"

- run: TARGET_OS='darwin linux' TARGET_ARCH='amd64' make build-x
- persist_to_workspace:
root: .
paths:
- bin

- run: ln -s docker-machine-Linux-x86_64 bin/docker-machine
- run: apt-get update
- run: apt-get install --no-install-recommends --yes rsync
- run: go get -u golang.org/x/lint/golint
- run: make test

publish:
docker:
- image: cimg/python:3.8
environment:
AWS_DEFAULT_REGION: us-east-1
steps:
- attach_workspace:
at: .
- aws-cli/setup:
aws-access-key-id: BINARY_S3_AWS_ACCESS_KEY_ID
aws-secret-access-key: BINARY_S3_AWS_SECRET_ACCESS_KEY
profile-name: default
- run: aws s3 cp --recursive bin "s3://circleci-binary-releases/docker-machine/${CIRCLE_BUILD_NUM}-${CIRCLE_SHA1}/"
- run: echo "Content moved to the server branch"
4 changes: 0 additions & 4 deletions .dockerignore

This file was deleted.

19 changes: 0 additions & 19 deletions .github/pull_request_template.md

This file was deleted.

5 changes: 0 additions & 5 deletions .gitignore

This file was deleted.

49 changes: 0 additions & 49 deletions .gitlab-ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion .godir

This file was deleted.

15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

Loading